Parse SDK and Mobile Backend Development
Open-sourcing Litho, a declarative UI framework for Android

Open-sourcing Litho, a declarative UI framework for Android

4/18/2017 · Pasquale Anatriello, Marco Cova

What this post added

Introduced Litho, a declarative UI framework for Android, inspired by React. Litho aims to improve UI performance by decoupling layout operations from Android views, moving them to a background thread using the Yoga layout system. It also enables incremental rendering by breaking down complex views into smaller pieces and rendering them across multiple frames, leading to up to 35% improvement in scroll performance and better memory behavior.

Read the original post ↗