Tag: Components

Architecture Components: ViewModel

ViewModel is part of the Lifecycle library which was designed to help you solve common Android Lifecycle challenges and to make your apps more maintainable and testable. A ViewModel holds …

Architecture Components (GDD Europe ’17)

Since the launch of Android Architecture Components in a preview at I/O, many developers have been giving great feedback. In this video, Florina Muntenescu relays the latest Android Architecture Components …
0

Architecture Components: Room

Florina Muntenescu introduces Room, the persistence library part of Architecture Components. Room allows you to write less boilerplate code, it automatically maps query results to objects, provides compile-time checked queries, …
0