DroidParts
is a set of Android libraries including:
- DI - injection of views, fragments, services, etc.
- ORM - efficient model persistence utilizing Cursors & fluent API.
- 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.
- Threefold Fragments support: native on 3.0+ and either
pure SupportLibrary
or ActionBarSherlock-backed on 2.2+.