问题 Hi, I am creating a simple Android app which allows user to select photo from either photo gallery or take one using camera. After getting the selected photo, I will start another activity to do something with the photo. However I have some problem displaying the photo in another activity. Here is the first activity to get photo: public class GetPhoto extends Activity implements OnClickListener { ImageButton ibPhotoLib; ImageButton ibCamera; final static int FROM_CAMERA = 0, FROM_PHOTOLIB = 1