>     Correct, I don't know how to catch a touch event
Have a look at setOnClickListener:
http://code.google.com/android/reference/android/view/View.html#setOnClickListener(android.view.View.OnClickListener%29

or at onTouchEvent:

http://code.google.com/android/reference/android/view/View.html#onTouchEvent(android.view.MotionEvent%29

>
> 2) You don't know how to switch images?
>     Correct, I cannot figure this out
>
There's in image switcher:
http://code.google.com/android/reference/android/widget/ImageSwitcher.html

For both you will find sample code in the API demos.

Peli
www.openintents.org



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

Reply via email to