Saving and Retreiving User information
Hi
I have a situation where the user enters a screen and fills some data and when the user leaves the application or click save. I want to save the information. In most of the textfields the data is pre-populated from the Web service data.In one text field it has a UIpickerview from which user and choose an option. I am saving all the data in SQLite database. based on the date and time. Next time the user visits the saved screen i need to show the saved information. Now the data will be from the sqlite db and not web service. In this case how will show the UIPickerview data. Because only the user chosen data is saved in the DB. How can i solve this. Any help is appreciated.
Thanks
|