since you have your data in the MySQL database you could leave it there and 
fill the list adapter only with a row pointer for each list item

Independently for each list item you can define the layout (don't forget to 
try and re-use the list item)  and then you do a db query against the row 
pointer to fill the list item with the data. Keep in mind that the system 
will only ask you for the list items that are currently visible.


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

Reply via email to