I'm currently developing an app using PhoneGap. What I currently have is my app pulls info from online, such as tweets from a certain user account, and displays a feed on one of the pages.
I want to have this page available for offline use if the user is not connected to the Internet, but it would update the twitter feed the next time they're connected. What would be the best method to achieve this functionality?