hi there,

I am developing an application which (among other things) allows the user 
to send messages regarding a posted advertisement, and I am facing (due to 
lack of experience on my part - just a year, and not all of it with 
Android) a complication regarding the display of each message conversation.

It is currently required that the application should display the bottom 
most message (the most recent one) when the user opens the conversation.

To put simple, there is MessageListActivity, with a child 
MessageConversationActivity -> onClick on one of the messages in the list, 
it should open the full conversation in the child activity (very similar to 
the messanger app from google - which I love by the way, thank you so much 
for that one), but I am presently unable to do this on my own.

So far I have achieved the listing of the messages and the opening of a 
conversation (showing message in and message out, respectively using 
layouts for each) but may not find a method to focus on the bottom of the 
scrollview, or even invert its display.

Any help please, on how this feature could be achieved?

Thank you very much in advance.

Regards,
Pedro

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/195b0ce4-f9b8-40e7-96af-5912ee09e77a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to