Source link: https://bitbucket.org/mythings/circleprogressbutton
View in circle shape that can be used as button with progress on long click. Also as static view to show progress or to simulate progress animation.
Source link: https://bitbucket.org/mythings/circleprogressbutton
View in circle shape that can be used as button with progress on long click. Also as static view to show progress or to simulate progress animation.
Q & A
A facade between executing requests and creating them. The library provides an interface for creating requests, but delegates the actual execution to RequestExecutors
. It also generates REST services for you using annotation processing.
The fastest view-injection Android library that populates View Holders. Using annotation processing, this library generates findViewById()
, saves code by connecting view-related methods to your views without need to findViewById
and then setOnClickListener
, and some other smart features that make it amazingly easy to use.
A sample android starter project to demonstrate the integration of the following tools:
Sample Tasks:
A wave view of android, can be used as progress bar.
This library is inspired from Chris Banes' Done Discard bar. It has material design already.
Q & A