Sunday, 29 December 2013
ProgressFragment
ExtendedCalendarView
Implementation is not the easiest though as there is a lot to it but I hope to filter out stuff that is not needed to try to make it simpler.
ProgressButton
The color indicates whether it’s downloaded (blue) or not (gray). The appearance of the pin indicates whether the download is permanent (white, upright) or temporary (gray, diagonal). When state is in the process of changing, progress is indicated by a moving pie chart
Pager Sliding TabStrip
ViewPager
from the Android Support Library.Try out the sample application on the Play Store.
Fading ActionBar
This library uses the techniques outlined by Cyril Mottier in a recent blog post.
For reasons of backwards compatibility this library relies on ActionBarSherlock. If your app uses the native action bar, there is a fork for you.
Sunday, 22 December 2013
Cropper
The Cropper is an image cropping tool. It
provides a way to set an image in XML and programmatically, and
displays a resizable crop window on top of the image. Calling the method
getCroppedImage() will then return the Bitmap marked by the crop
window.
Developers can customize the following attributes (both via XML and programmatically):
Developers can customize the following attributes (both via XML and programmatically):
- appearance of guidelines in the crop window
- whether the aspect ratio is fixed or not
- aspect ratio (if the aspect ratio is fixed)
- image resource
RangeBar
The RangeBar is similar to an enhanced
SeekBar widget, though it doesn’t make use of the SeekBar. It provides
for the selection of a range of values rather than a single value. The
selectable range values are discrete values designated by tick marks;
the thumb (handle) will snap to the nearest tick mark.
Friday, 20 December 2013
Wednesday, 11 December 2013
left/right and up/down swiping navigation
|
Subscribe to:
Posts (Atom)