I need to implement a news feed in my android application. It should animate like the push up animation in API Demos. But In my application I get A object Array which contains image and its heading. How can I animate the news feed using ViewFlipper or any other way ?
Thanks in Advance !
In AniationFactory.java there is the function
outFromBottom()So lets say you have
yourViewand you want to add it to a verticalLinearLayoutcalledfeedLL.Use the following code: