I am using an application which parse remote json into a list view and it works fine as single activity and if the device is online..
Is there a way to download the json data locally(cached) in the device and then pull it inside my app inside Listviews.. i am planning to have multiple listviews which takes the data from the same json file and then filter them out based on some criteria such as location then allow user to swipe the app for different views.
I appreciate your advices,
Abdul