[android-developers] Re: How to change the normal behaviour of a listview

2010-04-15 Thread tony obrien
By extending the LISTVIEW and overriding the GetView() you can do whatever you want. On Apr 15, 5:35 am, androidDeveloper stepmas...@googlemail.com wrote: Hello Android Developers, does anyone know how to imitate the behaviour of the iPhone list used in the cineplexx iPhone app shown on this

[android-developers] Re: How to change the normal behaviour of a listview

2010-04-15 Thread androidDeveloper
Yes, that would be the way, thanks. Has anyone done someting similar and could share sample code? On 15 Apr., 14:11, tony obrien tobsourcecode...@gmail.com wrote: By extending the LISTVIEW and overriding the GetView() you can do whatever you want. On Apr 15, 5:35 am, androidDeveloper