HandyWidgets

Project Url: Piasy/HandyWidgets
Introduction: Handy Android widgets.
More: Author   ReportBugs   
Tags:

Download Alt
Handy Android widgets.

CenterTitleSideButtonBar

Title bar with center title TextView, side(left & right) button and bottom divider.
Allow fully customization against the title bar. No more Google/StackOverFlow search for customize ActionBar/Toolbar again!

  • Screenshot
    center_title_side_button_bar.gif
  • Download

     repositories {
         jcenter()
     }
    
     dependencies {
         compile "com.github.piasy:centertitlesidebuttonbar:${latest version}"
     }
    

EndlessMovingView

A handy view that support endless moving a drawable(image, xml drawable), or a custom figure recorded in a Path.

  • Screenshot
    EndlessMovingBitmapView.gif
  • Download

     repositories {
         jcenter()
     }
    
     dependencies {
         compile "com.github.piasy:endlessmovingview:${latest version}"
     }
    

ClearableEditText

A widget which has functions of EditText, has a clear button, and has an optional search icon, also with ability for full customization. This widget also provide method to get notified when text content changed, or editor action happens, in both traditional listener and popular Rx Observable way!

  • Screenshot
    clearable_edit_text.gif
  • Download

     repositories {
         jcenter()
     }
    
     dependencies {
         compile "com.github.piasy:clearableedittext:${latest version}"
     }
    
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools