Hi, i have built my first app which is just a very basic instant messaging app.
When you click the message button, it loads a screen with your recent friends (the last 5 people you sent a message to).
The Recent Friends list works by querying the database to see who are the last 5 people that you either sent a message to OR those who sent you a message.
I find the list sometimes takes a while to load, purely because it is querying the database for this list.
I'd like to change this feature so that it loads instantly from the iPhone memory instead of querying the database. Can anyone recommend a way to do this?
Thanks in advance for your help.
When you click the message button, it loads a screen with your recent friends (the last 5 people you sent a message to).
The Recent Friends list works by querying the database to see who are the last 5 people that you either sent a message to OR those who sent you a message.
I find the list sometimes takes a while to load, purely because it is querying the database for this list.
I'd like to change this feature so that it loads instantly from the iPhone memory instead of querying the database. Can anyone recommend a way to do this?
Thanks in advance for your help.