1) use intents for moving from one activity to another. So that you can send the image to second activity.
2)to display many images on a single screen use grid view or gallary. that would be the best way.( since u said u are new to android, i would suggest to see API demos application of sdk.... sdk > platforms > android 2.1 > samples > ApiDemos ). run that and u can see lot of examples. all the best. On Mon, Mar 15, 2010 at 12:27 AM, ReyLith <[email protected]> wrote: > Hi! > > I am starting in programming with Android. The first that I am doing > (later of reading the main tutorials in the official page and later of > executing the hello word example and so on) is to realise an image > editor application. I am having many problems with different parts. > > The first that I want to show is a image selector (gallery) to the > user for selecting the image that he/she wanted to edit and later > start the real application. The problem is that when I use > setOnItemClickListener, I can't get start the second activity and if I > add a button and give the functionality to open the activity, I don't > know how to pass the selected image in the gallery and when I click on > the button the activity don't start. The method that I have used to > start the activity comes in most tutorial with setOnClickListener. > > Other thing that I wanted is to show the images as a matrix or table > with 6-9 images in the same screen. I think it would be more pleasing. > > The last questions that I have is if when I probe the application in a > movile, it should show the real images on the phone or the images in > the res/drawable. > > Thank you very much. A greeting. > > PD: Sorry for the doubts. I've been all afternoon searching and > searching and I have decided to enter desperate. > > PD2: My English is average and there may be some mistakes. Sorry! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

