Actually i want to know how to store data from my app in the device so that i can review the store data when i run the application again..
means in simple terms i wa
For storing simple key = value pairs, you can use Properties.
For data storage as in a database, you can use sqlite on android.