Open gallery app

How can I add an activity to open the gallery and be able to select an image?

Is there any reason to not use the ImagePicker in the Media section for this? That's pretty much what it does internally.

1 Like

Use the ActivityStarter

http://ai2.appinventor.mit.edu/reference/other/activitystarter.html

Taifun

Use ImagePicker instead. So you don't have to work so hard.

@TIMAI2 what's the point of using an activity starter instead of an image picker??

It is just another way of doing it

1 Like

read the link I posted earlier to find out the difference
Taifun

Because ImagePicker is limited to 10 images?

Am I right?