Обложка канала

Android Developers

Канал о разработке под Андроид. Дневные статьи, курсы, видео, туториалы и новости мобильного мира.

Android Developers

4 года назад
Открыть в
Live data, Flow, Shared flow & State flow - Logidots

Live Data Live data is part of Android Architecture Components which are basically a collection of libraries that help you design robust, testable, and maintainable apps. It is an Observable data class — Meaning it can be observed by other components — most profoundly UI controllers (Activities/Fragments). So, instead of having a reference of the...

Logidots