All data displayed in the listview should be stored in your adapter. Have the dialog update the adapter and then call notifyDataSetChanged()
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 12, 2012 at 4:24 AM, androidandall <[email protected]> wrote: > i want to update my listview with the help of dialog box in which i'm > having single choice list so if i click on an item of dialog box it > should update the list according to the query written on item click of > that choice... > > -- > 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 -- 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

