I'm currently creating an iPhone app where in one part of my app you can view your twitter stream. I'm unsure if I need to ever save the twitter information to a sqlite database or not.
So here is the flow of this part of the app:
- press button to see twitter stream
- go get twitter stream
- display twitter stream in table view
I'm wondering if I should ever save the twitter stream into a database. Any advice?