Re: [android-developers] Help needed on BUtton CLick

2011-09-03 Thread Michael Banzon
On Sat, Sep 3, 2011 at 7:46 PM, sam wrote: > How do i call the ImageGallery class after the Button is clicked. Hey, You need to start the another Activity using an Intent... if this makes no sense try to google it ;o) -- Michael Banzon http://michaelbanzon.com/ -- You received this message b

[android-developers] Help needed on BUtton CLick

2011-09-03 Thread sam
Hi Guys, i'm very new to android developing , i have a small concern which may be really silly. I have a image gallery been created with few images ... I want to access the Image gallery when a particular button is been clicked .. So i have placed the button and i have written the code as follow