app / com.pzpg.ogr.takePicture / TakePictureFragment
TakePictureFragment
class TakePictureFragment : Fragment
Fragment responsible for photographing, select an image from the gallery, editing photos.
Constructors
Name | Summary |
---|---|
<init> | Fragment responsible for photographing, select an image from the gallery, editing photos.TakePictureFragment() |
Functions
Name | Summary |
---|---|
onActivityResult | fun onActivityResult(requestCode: Int , resultCode: Int , data: Intent ?): Unit |
onCreate | fun onCreate(savedInstanceState: Bundle ?): Unit |
onCreateView | fun onCreateView(inflater: LayoutInflater , container: ViewGroup ?, savedInstanceState: Bundle ?): View ? |
Companion Object Properties
Name | Summary |
---|---|
EDIT_INTENT | const val EDIT_INTENT: Int |
REQUEST_CAMERA_PHOTO | const val REQUEST_CAMERA_PHOTO: Int |
REQUEST_GALLERY_PHOTO | const val REQUEST_GALLERY_PHOTO: Int |