nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
599 stars 157 forks source link

Image replaced in camera only mode #88

Closed lingesh10 closed 4 years ago

lingesh10 commented 6 years ago

I want to show ten file by taking pictures in recyclerview, but each time when i take picture the showing file in the recyclerview get replaced. kindly give solution. note: i made some temporary solution but i want permanent and optimized solution.

nguyenhoanglam commented 6 years ago

After taking a picture, the recyclerview will be refreshed and the captured picture will be selected automatically. You have to go to the save folder to see the captured picture.

lingesh10 commented 6 years ago

Dear Lam, Sure once I checked I will close that issue. Thanks for the fixation.

On Mon 18 Jun, 2018, 11:09 PM Nguyen Hoang Lam, notifications@github.com wrote:

@lingesh10 https://github.com/lingesh10 I've just updated version 1.3.0 with Done button always visible feature. Example:

ImagePicker.with(this) .setAlwaysShowDoneButton(true)

Please check this feature and close this issue if it works. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nguyenhoanglam/ImagePicker/issues/88#issuecomment-398136134, or mute the thread https://github.com/notifications/unsubscribe-auth/AFzcCd6G5mI33B2jVDbskAhIXkhk-bSCks5t9-XPgaJpZM4S26Mq .

aruns2896 commented 4 years ago

@lingesh10 What is the code for Camera only mode???

lingesh10 commented 4 years ago

@nguyenhoanglam Image replace in recyclerview but i can see the taken picture in the folder. thanks. But my requirement is camera only enabled and take 10 pictures and show in recyclerview, please do that change in your project it will be more helpful to others also....

lingesh10 commented 4 years ago

@aruns2896 disable all the radiobutton and enable camera only mode..