Databases in Android using SQLite – Part III
Till now, we have restricted ourselves to very simple databases and hence we declare and define the database inside the Main Activity itself. However, this is m...
Till now, we have restricted ourselves to very simple databases and hence we declare and define the database inside the Main Activity itself. However, this is m...
In the last post I showed you how to create a database. We created a table inside it and inserted values. Although we could make sure that our database was succ...
In this post I will show you how to integrate SQLite and Java in your Android Application. If you do not have a fair idea of SQLite, I would suggest you to take...
As you start to develop complex applications containing multiple activities and providing multiple functionality, often times you would want to store structured...