简体   繁体   中英

Most efficient way of Saving Twitter Feeds

So this is how my app is supposed to work.

  1. User subscribes to a new feed on twitter.
  2. That particular feed is displayed on a different page. (Works till here)
  3. That page is to be retained until the next time the app is opened and when refreshed gives the latest feeds. (When I go back to the main menu and try to view that particular feed, it hangs).

Right now I have tried to implement it by using Shared Preferences but I'm not sure if this is the right way to do it. Is this a correct approach? Is there any other way of doing this? I'm pretty new to this so any help would be greatly appreciated.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM