Search code examples
androidandroid-widgetandroid-layout

Displaying ImageButtons in an Activity


I want to display ImageButtons like in an activity in my android application.

Now when i click on any one of the ImageButton, it should start a new Activity.

I don't know whether this type of view is possible or not. ?


Solution

  • This will help you,

    http://www.inter-fuser.com/2010/01/android-coverflow-widget.html
    

    Also this one

    http://stackoverflow.com/questions/5116825/android-circular-gallery-or-listview-with-zoom-in-and-out-option/5116945#5116945