Skip to content

nxbdi/droidparts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

DroidParts is a carefully crafted Android developer library 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, no need for tag).
  • RESTClient for GETting, PUTting, POSTing, DELETing & InputStream-getting, also speaks JSON.
  • ImageAttacher to asynchronously attach images to ImageViews, cross fade support.
  • Numerous Utils.
  • Support for Fragments in cooperation with ActionBarSherlock.

Getting Started

User Guide is WIP & will be available at http://droidparts.org. Please use a couple of demo apps under /sample as an example.

Contributing