Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

not getting intent data after selecting image from image picker #104

Open
axnamit opened this issue Dec 24, 2019 · 0 comments
Open

not getting intent data after selecting image from image picker #104

axnamit opened this issue Dec 24, 2019 · 0 comments

Comments

@axnamit
Copy link

axnamit commented Dec 24, 2019

` new ImagePicker.Builder(MyActivity.this)

                    .mode(ImagePicker.Mode.CAMERA_AND_GALLERY)
                    .allowMultipleImages(false)
                    .compressLevel(ImagePicker.ComperesLevel.NONE)
                    .directory(ImagePicker.Directory.DEFAULT)
                    .extension(ImagePicker.Extension.PNG)
                    .allowOnlineImages(true)
               
                    .enableDebuggingMode(true)
                    .build();
        }`

if (requestCode == ImagePicker.IMAGE_PICKER_REQUEST_CODE && resultCode == RESULT_OK) { mPaths = data.getStringArrayListExtra(ImagePicker.EXTRA_IMAGE_PATH); }

i am getting intent data null , please help me out
i m using android emulator

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

No branches or pull requests

1 participant