I want to upload image from my phone gallery into my application .In my application there is button named upload. when i click button,it should move to gallery and in galler
This is the way to go:
startActivityForResult( new Intent( Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI ), GET_FROM_GALLERY );