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.
Have you ever wanted to create your own Android app? Whether you're a beginner or someone looking to enhance your mobile ...
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.