when ever i am not selecting any image after opening the gallery and goin back my app crashes. plz help me out guys. this is a program to upload image to server selecting from a
Add below line in your code. If the operation is cancelled, you will not get RESULT_OK
public void onActivityResult(int requestCode, int resultCode, Intent data) { if (resultCode != RESULT_OK) return;