What would be the recommended way of prepending items to listview?
I have the following scenario:
The app has cached information that on opening the application are immediately shown to the user as list items. Whilst this is being done an http request is being done to get the latest content. This new data needs to be added on top. What would be the recommended way of doing this?