Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use this library for camera #54

Open
nvish-umeshsharma opened this issue Nov 15, 2018 · 1 comment
Open

How to use this library for camera #54

nvish-umeshsharma opened this issue Nov 15, 2018 · 1 comment

Comments

@nvish-umeshsharma
Copy link

No description provided.

@kushanshah11
Copy link

@nvish-umeshsharma Same as Gallery

GET_IMAGE_FROM_CAMERA -> if (resultCode == Activity.RESULT_OK)
{
if (photoFile != null)
{
val picUri = Uri.fromFile(photoFile)

                    startCropActivity(picUri)

                }
            }

private fun startCropActivity(uri: Uri?) {
val bundle = Bundle()
bundle.putString("URI123", uri.toString())
FragmentUtils.addFragment(CropFragment.create(bundle), activity!!.supportFragmentManager)
}

Hope this helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants