Hello ,
I'm trying to build an app to work with twitter like site , and the problem I'm trying to solve is - How am i going to update the UI with a background worker and only add show the latest posts(tweets if you will ) on top of the wrap panel without removing the ones that already exist?
in my previous attempt i have done this by storing the tweets/posts in a local SQlite database and then retrieving the last 10 posts which causes the UI to freeze for a bit and reload all the posts.
Any ideas ?