On Sun, Sep 12, 2010 at 12:34 PM, Simone <simone.russ...@gmail.com> wrote:
> Allright, I solved it.
> I made it so that the array adapter contains the list of the Views,
> and the getView() method simply returns list.get(position).
> I make the View flash by switching its visibility between VISIBLE and
> INVISIBLE for a second every 100ms, and it looks pretty decent.

This will be a significant memory hog unless it is a very short list
(i.e., all Views are visible in the ListView).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to