A declarative, high-performance Android UI library by Facebook inspired by the React component model. Litho uses the Yoga layout library (an implementation of Flexbox) and is optimized for creating fast RecyclerView based interfaces.
Litho is a declarative, high-performance Android UI library by Facebook inspired by the React component model. Litho uses the Yoga layout library (an implementation of Flexbox) and is optimized for creating fast RecyclerView-based interfaces.
Links
- Get Started: Integrate Litho into your Android app
- Tutorial: Your first Litho components
- Sections: An advanced API for heterogenous Recycler collections
- API: JavaDoc