DroidParts - Android 组件库


Apache
Android
Java

软件简介

DroidParts 是一组常用 Android 组件,包括:

  • 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.
  • L ogger 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+.