My question is very simple.
When an activity run the onCreate() function executes. However when I rotate the iPhone it seems the OnCreate runs again.
I access a remote database to get rows of data. Is there a On????() function that get called only ONCE per activity or Do I need to check if the device rotates to prevent from re-reading the database.
I want to be able to rotate but only access the db once if possible.
Thanks