Tag Archives: listview

[TUT] Animate Removing From a Custom Adapter (ListView)

TweetHi guys, this is a Tutorial Request to show how to control your own animations from a custom adapter. The question was a bit vague so I’ve taken it and will show you how to animate a view when you are removing an item from a ListView. Of course ListView is backed by an Adapter, [...]

[TUT] Show YouTube Feed for a Users Videos in a ListView ( XML )

TweetHi guys, this is a Tutorial Request to show a list of videos that a user has uploaded to their youtube channel using atom XML. YouTube has some great API‘s for using the data from their website and you can retrieve this data in a few formats including XML and JSON. This tutorial will retrieve [...]