Wednesday, June 15, 2016

Get Path from Uri and get Uri from path in Android

In android taking pic from camera or pic image from sd card, we get response in OnActivityResult  in form of data (Intent) so get path from data we use this method.

Uri imageUri = data.getData();