[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 page:

 http://itunes.apple.com/de/app/cineplex-kinoprogramm/id361227953?mt=8

 I refer to the left image, which shows a list with different locations
 to choose.

 Special about this list is, that everytime a location has been
 choosen, the list is adjusted automatically, so that the nearest
 location is centered in the blue border. The adjusting process is
 animated.

 Thanks in advance!

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

To unsubscribe, reply using remove me as the subject.


[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 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 page:

 http://itunes.apple.com/de/app/cineplex-kinoprogramm/id361227953?mt=8

  I refer to the left image, which shows a list with different locations
  to choose.

  Special about this list is, that everytime a location has been
  choosen, the list is adjusted automatically, so that the nearest
  location is centered in the blue border. The adjusting process is
  animated.

  Thanks in advance!

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