->How to add items dynamically(one by one) in the ListView??? ->i.e I m downloading the data from the server one by one and i need to add it in the listview in the same way. ->What i am trying is, I have created two activity class one of them is ListActivity class and another is normal Activity class. ->normal Activity class will pass the data to ListActivity class and the data will be displayed on the list . -> so exactly i want to call ListActivity class from normal Activity class again and again to add the data passed by the normal activity class. -> Is it possible to do ?? If there is another way to do then suggest me dat too... kindly give me a reply ... thanx in advance !!
-- 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

