This demo shows an example of how to implement chained spring animation in Android.
Source link: https://github.com/huan-nguyen/SpringAnimation
Source link: https://github.com/huan-nguyen/SpringAnimation
Q & A
A real life simulation of a credit card for android.
CreditCardView is a custom view to work with Credit Cards / Debit Cards.
This example project is an attempt at a simple implementation of sectioned, expandable, grid RecyclerView
.
Makes your data classes Parcelable
. Just add AutoParceable
to the class declaration. That's all. No methods need to be implemented.
Rosie is an Android framework to create applications following the Clean Architecture.
Rosie divides your application in three layers, view, domain and repository. For each layer, Rosie provides plenty of classes that will make defining and separating these concerns much easier.
This is an Android library allowing to add Header and/or Footer in your RecyclerView
in the simplest way possible.
Q & A