Most android apps need persistence of some sort. Sqlite database is one such persistent solution provided by android platform. All android apps can have its own sqlite database.
I have published a new article on my main site Android Sqlite Example which explains how to store and fetch data from sqlite database.