Content Providers in Android
One of the most striking features of Android is Content Providers. In a sentence, Content Providers consist of a centrally located database in Android that help...
One of the most striking features of Android is Content Providers. In a sentence, Content Providers consist of a centrally located database in Android that help...
In all the earlier posts throughout this tutorial section, we’ve been dealing with standalone applications i.e. ones that require no network access. But w...
In the part I of this post, I gave you a brief explanation of what ADB is and what is it used for. Although, ADB is a very effective tool and is used in numerou...
Any development work invariably involves the use of terminals. There are many who find the terminal much more fascinating than the GUI. This post is mainly targ...
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...
Now that we are familiar with what Shared Preferences are and how they work, its time to actually look into one of the main applications of the Shared Preferenc...
When you are into creating complex Android Applications, you will want the user to be able to customize the settings of your application according to his needs....