Hi dear Engineers,

Here's the issue: I have this main ListView (retrieved using 
this.getListView() ) in a ListActivity properly populated from a SQLite 
database. A click on one of its items (entries) calls another activity A2 
using startActivityForResult(). I would like to animate that SINGLE entry 
WHEN the user gets back to the ListActivity. (So I suppose I need to 
override the onActivityResult() method)

How can I animate a single entry after the list is already updated using 
notifyDataSetChanged() ? I managed to animate the whole ListView using 
getListView().setAnimation(anim) and worked fine. However, when I 
do: getListView().getChildAt(position).setAnimation(anim) nothing happens.

Please help.

Thanks ! 

-- 
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