News

Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
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.
AbstractIn mobile apps, using a simple database backend such as SQLite can be useful in a variety of use cases. In this article we will take a look at Android* SQLite API and helper classes for ...
If you're looking to keep track of data on your Android device, PortoDB might be exactly what you need. Here's how to install and use this mobile database.
Centralized Database for Android and Web Application In this paper, the authors present a method for creating a centralized database which will be used by both Android as well as web application.
Sailforms Database for Android is a free download, and allows for creation of a "personal" database of tasks, lists, contacts and activities.
Android Studio 4.1 brings a new Database Inspector tool, some improvements to Material Design, and a more deeply integrated Android Emulator.
MCV Staff 19th May 2016 Development News If your app relies on a back end server to provide its data, you need to make sure the app still offers a great experience when the user is offline.