Reputation: 3497
I need to store a list of contacts from my web server in my android app. The android data is just a copy of the web server and the contacts would have no foreign keys to and from the table. I'm thinking of updating the android data on a periodic basis. But I'm wondering which method would be best to update the data, I'm thinking of:
Which method is better in terms of performance?
Upvotes: 1
Views: 173
Reputation: 5626
This is what I have done before when I was working on a project:
Good luck and I hope this helps.
Upvotes: 1