Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 588 Bytes

File metadata and controls

8 lines (7 loc) · 588 Bytes

Simple, working Android LiveData examples - baseline example

This is the baseline example from my Medium article, Simple, working Android LiveData examples. It is an app that displays the length of a string and updates the length value as the user edits the string. The app is not really practical but does achieve the goal of providing a super-simple example of LiveData based on the guidance given in Google's Guide to app architecture.