Re: [android-beginners] how to open another application with Intent

2009-12-10 Thread zuo shibo
For example: Intent intent = new Intent(this, yourclass.class); startActivity(intent); On Thu, Dec 10, 2009 at 10:30 AM, Mike M wrote: > I am wondering if there is a way to open another Application (not > Activity) with intents.  I want users to be able to look at the > pictures on the

[android-beginners] how to open another application with Intent

2009-12-10 Thread Mike M
I am wondering if there is a way to open another Application (not Activity) with intents. I want users to be able to look at the pictures on their device, so when they push a button, it will open the GalleryPicker that comes on Android devices. I've debugged my Droid when I am on the Home screen