Demo application to showcase the use of Facebook's litho library to build user interfaces.
Clone the project
git clone https://github.com/shantanuraj/android-litho-example
Build and install the project
./gradlew app:installDebug
Open project in Android Studio, and press play
- Litho - View generation library
- Fresco - Image loading
- RxJava - Reactive programming toolkit
- Retrofit - Networking
- GSON - JSON marshalling / unmarshalling
- Shantanu Raj - shantanuraj
This project is licensed under the MIT License - see the LICENSE.md file for details