how get Result from onActivityResult in Fragment?
问题 I have used Navigation drawer in each item click i have called Fragments so in one item i have called one Fragment in this fragment i need to get picture from camera and set it to as canvas background . In this I have captured camera picture but don't know how to get this picture after captured and set it to on canvas background. Fragment code import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android