shantanuraj / android-litho-example

Example usage of Litho in building a Podcast app for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example usage of Litho in building a Podcast app for Android

License:MIT License


Languages

Language:Java 100.0%