tags:

views:

71

answers:

1

I'm trying to do something in android, and I'm not sure how.

I have this ListView, which I update with new info from time to time, and I would like it if I could have a transition effect when the new data is in, like the "Slide from the left" affect that I get when calling in a new activity.

but I'd rather not open a new activity for each new peace of data, as that way I would end up with a lot of activities.

Is there a way that I can emulate this slide from the left effect?

A: 

I haven't tried this myself but check out the following link: http://android-er.blogspot.com/2009/10/listview-and-listactivity-layout.html

You should be able to edit that animation XML to produce a sliding effect

I82Much
Hi, thanks for the answer, but its not really what I was looking for, I wont the sliding affect to happen when I refresh the list switching its data. like a file browser.
omri