Hi there
i am trying to develop a very simple messaging sytem: sending and receiving simple text messages (like whatsapp or viber, but really simple)
I can send, receive and display messages. Everything works nicely.
My problem is when i want to display the conversation i read from the file all the messages and display them in a scrollview (Every displayed message have label, panel, baloons, etc for looking better)
I am trying to optimize the loading of messages so instead of reading the whole file i want to read only some messages (for example 10 at time) and then read other messages only if the user needs them.
For adding messages at the bottom of the scrollview there is no problem, but how to add messages at top of the scrollview so i can scroll up continuosly and show past messages (like whatsapp/viber do)?
Thanks in advance for any suggestion
i am trying to develop a very simple messaging sytem: sending and receiving simple text messages (like whatsapp or viber, but really simple)
I can send, receive and display messages. Everything works nicely.
My problem is when i want to display the conversation i read from the file all the messages and display them in a scrollview (Every displayed message have label, panel, baloons, etc for looking better)
I am trying to optimize the loading of messages so instead of reading the whole file i want to read only some messages (for example 10 at time) and then read other messages only if the user needs them.
For adding messages at the bottom of the scrollview there is no problem, but how to add messages at top of the scrollview so i can scroll up continuosly and show past messages (like whatsapp/viber do)?
Thanks in advance for any suggestion