Hi,

I am developing an application which requires me to load first twenty
rows (consisting on icons and two text fields) and if I have more rows
I need to display a button. When i click this button I want to display
more twenty rows( again iconified).

My current approach which is working is that on the button click I
create one more activity which will have the previous rows and the new
rows. In this case the curson is set to the very first row.

But I want to have something like Facebooks "Older Post" where the new
rows get appended to the old ones and the cursor is set to the last
row to which the new rows are added.

Please can anyone give me ideas on how to achieve this. That is,  how
to add rows (iconified) to the existing array adapter.

Thanks,
Prajakta.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to