Hey Guys,
How would I edit this tutorial so that it will grab images from the SD card?
http://developer.android.com/guide/tutorials/views/hello-gallery.html
private Integer[] mImageIds = {
R.drawable.lol.marker,
R.drawable.sample_2,
R.drawable.sample_3,
R.drawable.sample_4,
R.drawable.sample_5,
R.drawable.sample_6,
R.drawable.sample_7
};
Alternatively is it possible to make subfolders within R.drawable?