I am new to android and trying to develop my first app. In my app, I have a listview activity that lists a group of stores. When the app users (anyone who downloaded the app)
You could add store-count as key-value pairs to SharedPreferences
http://developer.android.com/guide/topics/data/data-storage.html#pref
It's a lightweight storage and pretty handy for stuff like this.