I'm gonna store some cell-numbers so that I can use them in AutoCompleteTextView later, so my problem is that if I store the numbers using same key the value will be over-written, any suggestion or alternatives?
Asked
Active
Viewed 57 times
3
-
Something like http://stackoverflow.com/questions/7175880/how-can-i-store-an-integer-array-in-sharedpreferences ? – 2Dee Feb 25 '14 at 13:38
-
yeah just like that, thank you man – Erfan Feb 25 '14 at 13:44
1 Answers
2
You can't store different value for same key, so better you should use Sqlite.

Yaroslav Shabalin
- 1,645
- 3
- 17
- 29

Anupam Jain
- 65
- 2