TinderStack
Overview
A stack of cards similar to Tinder
Source link: https://github.com/lawloretienne/TinderStack
Q & A
Android AlertDialog that only shows once for a given string.
This is a subclass of AlertDialog with all its features supported. The only difference is that a key is provided in its initialization, which is used to check the default SharedPreferences
and save itself once shown.
Use cases:
Tree view implementation for Android.
A demonstration of handling Activities and Fragments using Dagger dependency injection framework
The real benefit here is that you create an object graph only when you need it. This contributes to keeping the memory footprint of your app as low as possible.
TitledEditText allows to write a large font sized title with a content like done in SimpleNote.
MovingButton is an Android button which moves in eight direction.
Sometimes we need to show a label view above a ImageView or others, labelview will help you, let code easy.
Q & A