In regards to this post Get/pick an image from Android's built-in Gallery app programmatically
What is R.layout.main
and ((Button) findViewById(R.id.Button01))
supposed to be?
Because shouldnt the content view be the phones gallery? In whcih case it should already be there. And what is the button?
EDIT: I am getting the image in the form of a string that says external/images/media/12
. How can I set the image of an ImageView
using this string?