HandyWidgets

Additional

Language
Java
Version
v.0.3.1 (Sep 14, 2015)
Created
Aug 28, 2015
Updated
Oct 12, 2016 (Retired)
Owner
Piasy
Contributor
Piasy
1
Activity
Badge
Generate
Download
Source code

HandyWidgets


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
  • 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
  • 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
  • Download
    repositories {
        jcenter()
    }

    dependencies {
        compile "com.github.piasy:clearableedittext:${latest version}"
    }