I'm new in Android Programming and this my very first app. I'm getting a problem with intents. File chooser is returning data value as null and also resultCode as -1. Though I'm getting requestCode as given.
I have tried couple of solutions as followed:
I'm trying to implement this code.
**EDIT**
My code so far is: here