Rather than Base Adapter use ArrayAdapter.NotifyDataSetChanged will call for all views which are currently Visible.Try to invalidate layout.I hope it will work.
On Sat, Feb 26, 2011 at 6:31 AM, Justin Anderson <[email protected]>wrote: > We can help better if you post your code... > On Feb 24, 2011 10:01 PM, "Sao Kim Beng" <[email protected]> wrote: > > Hi All, > > i have a listview/ExpandableListView contain Imageview and some text. > > I facing a problem when there is a new entry in and i try to update > > the list , after i try to refresh the BaseAdapter/ > > BaseExpandableListAdapter by calling notifyDataSetChanged, every > > imageview will flicking once. > > > > It like loading all the image again from top to bottom again, is it > > any way to just update those data and show to the user without > > flicking? > > > > -- > > 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 > -- 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

