Right now I am retrieving the images and texts stored in Server using Web Services. I am consuming it by using SOAP. But the thing is that every time I am opening the app, it starts loading again & again. It is because in oncreate method of an Activity I have called the asynctask, which is loading the datas in background.
I want to implement in the order that, first I will retrieve the datas from webservice and then will display them in my app. Now if I am closing my app and opening it once again or if at that time internet is not connected, it should display the datas which were loaded during last session. How to acheive this???? Please share your ideas
Thanks & Advance