hey thanks for responding so quickly, but I don't think that is what I mean per se, but thanks still cause it something I would use in the future. I probably didn't explain enough, so sorry about that (keeping in mind that im completely new to appery and android programming )
well.. to be precise ....
say for example , I created an app that is supposed to allow users to store different types of dogs. Now my proposed vision for the app was to give it to persons to install on their device and then each individual person can add their own dogs in their own database on their respective phone .
e.g : Person 1 has a phone (phone A) and he has the app installed on his phone and person 1 input the names of the 2 dogs (Jack russel & pitbull) . Now when person 2 (who also has the same version app installed on his phone , phone b) checks his app's database the two dog names are showing in phone b of person 2's phone....which I do not want to happen. I thought it would occur in such that when person 2 checks his database it should be blank not having the data person 1 entered.
also it is doing this for the debug mode as well as when I clicked "release" and created the binary apk.