how to save image and data locally in iphone device
- by MaheshBabu
Hi folks,
I am getting image and some details from .net web server.
I need to store these details in iphone device memory(not in sdcard),Because I need to connect web services only one time,that is at installing my app.
From Next time onwards i need to get data from device.
I have some knowledge in java,In java i use files to store image and Hash table to store details.
How can i done this in iphone.
can any one pls help me.
Thank u in advance.