Hi Vin,

What you need to do is write an adapter for your ListView, one that
when given your XML can convert it to items to add to the list via the
adapter's interface (mainly the getView method).  Read the
documentation for BaseAdapter and ListAdapter.

Or, better yet, buy this book:

http://commonsware.com/

Which has an excellent section on how to feed data to ListViews
efficiently.

Once you've set the adapter in your list, every time you want to
update the list just call invalidateViews() on the ListView object.

Rob

On May 13, 8:39 pm, vin <[email protected]> wrote:
> I suspect you might be being ignored for your italicized Comic Sans
> font in your HTML emails.  You might get more action with plain text.
>
> Thanks for your suggestions.i will improve on it.Actually this is my first
> time.so was little confused of what all information to post to get help.
>
> @Vin
>
>
>
>
>
> On Thu, May 13, 2010 at 11:22 PM, Greg Donald <[email protected]> wrote:
> > On Thu, May 13, 2010 at 12:15 PM, vin <[email protected]> wrote:
> > > hey are u people getting my posts or not ..?
> > > if yes plz help
> > > @Vin
>
> > I suspect you might be being ignored for your italicized Comic Sans
> > font in your HTML emails.  You might get more action with plain text.
>
> > Good luck.
>
> > --
> > Greg Donald
> > destiney.com | gregdonald.com
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Beginners" group.
>
> > NEW! Try asking and tagging your question on Stack Overflow at
> >http://stackoverflow.com/questions/tagged/android
>
> > To unsubscribe from this group, send email to
> > [email protected]<android-beginners%2Bunsubscr 
> > [email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-beginners?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow 
> athttp://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to