Questions tagged [droidparts]

DroidParts is a dependency injection, object-relational mapping, JSON, REST... framework developed specially for Android.

DroidParts is 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.

http://droidparts.org | https://github.com/yanchenko/droidparts

16 questions
-1
votes
1 answer

Clear button click listener in droidparts ClerableEditText

I want to have a click listener for the clear button in the ClerableEditText from droidparts. Thanks.
Manish Kumar
  • 1,062
  • 8
  • 19
1
2