Why oncreate method called after startActivityForResult?
问题 In my application i want to select image from Gallery and set the image in ListView . In my ListView I have 16 rows. So when ever item click in ListView open the gallery and set the image to ListView . But my problem is some times after startActivityForResult() , oncreate()` method called. This is the onclick code Intent intent = new Intent( Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); intent.setType("image/*"); startActivityForResult( Intent