Android SQLite Database Tutorial
Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database which comes with Android OS. In this tutorial I’ll be...
View ArticleAndroid Login and Registration with PHP, MySQL and SQLite
In my previous article Android Login and Registration Screen Design i explained designing the login and registration interfaces, but it has no functionality. In this tutorial i am explaining how to...
View ArticleAndroid RSS Reader Application using SQLite Part 1
In this tutorial i am going to explain building simple rss reader application. If you are novice about RSS, please go through this RSS 2.0 Specification and get an idea about RSS. The Application...
View ArticleAndroid RSS Reader Application using SQLite Part 2
In Android RSS Reader Application using SQLite Part 1 we completed creating required classes. In this part we are starting with designing the application. 6. Designing the Header The application...
View ArticleAndroid Populating Spinner data from SQLite Database
This is spinner dropdown tutorial which has static data Android Spinner Dropdown Example. In this tutorial i am explaining how to populate spinner data from SQLite Database. An example of simple label...
View ArticleAndroid SQLite Database with Multiple Tables
In my previous tutorial Android SQLite Database Tutorial I explained how to use SQLite database in your android application. But that covered the scenario, only when you have one table in the database....
View ArticleAndroid Working with Realm Database – Replacing SQLite & Core Data
We all know the good old SQLite when times are asking for an internal storage. But times are changing and here it comes Realm which is on a great way to replace SQLite. Note: The Realm version for this...
View Article