Popularity
6.7
Stable
Activity
0.0
Stable
774
73
219

Code Quality Rank: L5
Programming language: Java
License: Apache License 2.0
Tags: Framework     Common    
Latest version: v3.2.5

droidparts alternatives and similar packages

Based on the "Common" category.
Alternatively, view droidparts alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of droidparts or a related project?

Add another 'Common' Package

README

DroidParts

a carefully crafted Android framework that includes:

  • DI - injection of Views, Fragments, Services, etc.
  • ORM - efficient persistence utilizing Cursors & fluent API.
  • EventBus for posting event notifications.
  • Simple JSON (de)serialization capable of handling nested objects.
  • Improved AsyncTask & IntentService with Exceptions & result reporting support.
  • Logger that figures out tag itself & logs any object.
  • RESTClient for GETting, PUTting, POSTing, DELETing & InputStream-getting, also speaks JSON.
  • ImageFetcher to asynchronously attach images to ImageViews, with caching, cross-fade & transformation support.
  • Numerous Utils.

Documentation

available at http://droidparts.org.

Download

the latest JAR, get from Maven:

<dependency>
  <groupId>org.droidparts</groupId>
  <artifactId>droidparts</artifactId>
  <version>${version.from.jar.above}</version>
</dependency>

or Gradle:

dependencies {
   compile 'org.droidparts:droidparts:${version.from.jar.above}'
}

or use as a plain old Android library project.