Saturday, February 26, 2011

Re: [android-developers] ListView/ExpandableListView Imageview flicking

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 <magouyaware@gmail.com> wrote:

We can help better if you post your code...

On Feb 24, 2011 10:01 PM, "Sao Kim Beng" <kbsao85@gmail.com> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment