8000 GitHub - alexli0707/droidparts: DI, ORM, JSON, ...
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexli0707/droidparts

 
 

Repository files navigation

DroidParts

a carefully crafted Android framework that includes:

  • DI - dependency injection for Views, resources, etc.
  • SQLite object-relational mapping.
  • JSON (de)serialization.
  • Improved AsyncTasks with Exceptions, progress & result reporting.
  • Better logger (log any object without a tag).
  • 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.
  • Support for Fragments: native, support-v4 and ActionBarSherlock-backed.

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 use as a plain old Android library project.

About

DI, ORM, JSON, ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0