News

Android Architecture Components: Creating an app using Room, LiveData, and ViewModel In this post we'll focus on what Android Architecture Components are, and how to use them.
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.