Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.19 KB

android-litho-example

Demo application to showcase the use of Facebook's litho library to build user interfaces.

Main Activity Details Activity

Getting Started

Clone the project

git clone https://github.com/shantanuraj/android-litho-example

Build and install the project

Via CLI

./gradlew app:installDebug

Via GUI

Open project in Android Studio, and press play

Built With

  • Litho - View generation library
  • Fresco - Image loading
  • RxJava - Reactive programming toolkit
  • Retrofit - Networking
  • GSON - JSON marshalling / unmarshalling

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details