I need to develop an email application where i am loading inbox using javax.mail and showing the messages using ListView.Now ,i am loading all messages and displaying them, but it takes lot of time to load inbox based number of messages in Inbox Folder. I read somewhere that it can be implemented using Autogrowing ListView.Can u guide me how to implement it.
I am not getting any idea for it.

link|improve this question
You can use Async task to do this. – Andro Selva Jun 20 '11 at 5:49
Thnkx for reply. I have tried earlier using Asycn task ,I am working using the answer given below.I hope that will work – Naba Jun 20 '11 at 12:06
feedback

2 Answers

try this links

Autogrow ListView in Android

http://www.androidguys.com/2009/10/21/tutorial-autogrowing-listview/

link|improve this answer
thankx.I am working on it.I think it should work ... – Naba Jun 20 '11 at 12:03
feedback

I am not sure whether you have achieved what you are looking for. But here is a sample for autogrow listview as you can see in android market app. And this works so fine for me.

http://androidsnips.blogspot.com/2010/08/load-list-items-forever.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.