I know, there are plenty of questions in regards to saving/retrieving data on here. I was doing find looking things up on my own and really thought I could manage to find m
Use SharedPreference to store small amount of data or use SQLite to store large amount of data. See this link
SharedPreference
SQLite
http://developer.android.com/guide/topics/data/data-storage.html