ListSwipeManager
Simple library for fast right-left list item swiping.
Source link: https://github.com/BranderStudioMobile/ListSwipeManager
Simple library for fast right-left list item swiping.
Q & A
An Android Library to load your GIF files directly
PermissionsManager library that has base activity and fragment that extend from AppCompatActivity to ease with the handling of runtime permissions.
It's a simple MVP implementation. With this library every developer can integration pattern MVP in him project. To add presenter to Activity or Fragment, the developer need write only one row - setPreseter(ExamplePresenter.class);
This library does support MVP pattern for Activities
, Fragments
and RecyclerViewAdapter
.
Easily obtain and bind styleable attribute values. Annotate your styleable fields:
java @Styleable(R.styleable.CustomView_showText) boolean showText; @ColorInt @Styleable(value = R.styleable.CustomView_textColor, defaultRes = R.color.default_text_color) int textColor;
Then call the static obtain method providing the View object instance as the target, the AttributeSet containing the values, and any additional parameters:
java Glimpse.obtain(this, attrs);
Library for GIF results, preview, play, share everything at one place!
Custom-Typeface is a library to add custom fonts in android. By using this library you can easily set custom font on TextView
, EditText
, Button
, CheckBox
, RadioButton
and AutoCompleteTextView
and other wedgets in android. You can set custom typeface easily in XML.
Q & A