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
1) If you want to store data in table format then you can use SQLite database in android 2) If you don't want to store data in table format then you can store in SharedPreference
1) If you want to store data in table format then you can use SQLite database in android
2) If you don't want to store data in table format then you can store in SharedPreference
more info about SharedPreference here and here