I am working over a Android Application , where i need to sync EPG (Electronic Program Guide) for a TV Application. I need to locally save data of 7 days (300 channels EPG / PER DAY)
Just wanted to make sure what should be the Best Approach
1) Fetching & Parsing API , Saving in the Local Android SQLite (Active Android) Database (7 Hits for 1 Day data sync ) and (49 Hits for 7 Days data sync)
2) Saving a Data File to Local Android and then Saving into the database.
I would appreciate if any body can please give a suggestion