Already found the issue..
If the image is read from SD card or memory. it will flick.
and it will not flick if the image is from Drawable resource.

Now thinking how to counter this issue. not sure is it possible to
drag the external image into drawable programmatically.

On Feb 28, 12:55 pm, Sao Kim Beng <[email protected]> wrote:
> Thanks.
> I will try on the method.
>
> On Feb 27, 3:26 pm, Rajesh Kumar <[email protected]> wrote:
>
>
>
>
>
>
>
> > 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

Reply via email to