Redux + View + ViewModel = RVVM
Build & Run
Gradle
- Build
./gradlew assemble[Dev|Prod][Debug|Release]
- Install
./gradlew install[Dev|Prod][Debug|Release]
Buck
- Run
./runBuck
Source link: https://github.com/dbof10/redux-observable
./gradlew assemble[Dev|Prod][Debug|Release]
./gradlew install[Dev|Prod][Debug|Release]
./runBuck
Q & A
CannyViewAnimator is an enhanced version of ViewAnimator
. It allows to use Animators and Transitions to extend Visibility. The logic is taken from ViewAnimator of the Android SDK. ViewAnimator allows only one child to be visible at a time. Setting another child to be visible causes the previous child to become invisible. This switching occurs with animation.
Android HashTag library.
It's a cool way to show share widget.
java-object-diff is a simple, yet powerful library to find differences between Java objects. It takes two objects and generates a tree structure that represents any differences between the objects and their children. This tree can then be traversed to extract more information or apply changes to the underlying data structures.
Did you used sqlite to save your data on Android? If you did, you may be puzzled for the complexity of mechanism. Now the Andoird ORM (Aorm) coming which armed to make it simple for the developers.
Sample project showing usage of AutoValue library.
Q & A