Crop image in android studio | Image cropper in android studio | how to add image cropper in app

Crop image in android studio | Image cropper in android studio | how to add image cropper in app

Tech Projects

2 года назад

22,724 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Néstor del Río
Néstor del Río - 10.11.2023 03:12

do you have the repository? thanks

Ответить
SonuBhai 0011
SonuBhai 0011 - 21.07.2023 18:44

image download kare save in album

Ответить
Lenard Kumwenda
Lenard Kumwenda - 21.06.2023 17:39

It worked thank u

Ответить
Alberto Cortegana Alonso
Alberto Cortegana Alonso - 08.05.2023 13:54

I just found out if you press the mobile buck button while choosing an image the app will crash. I have researched a bit but cant solve this, anyone know how to do it?

Ответить
Baran Baltaci
Baran Baltaci - 29.03.2023 19:49

It Works! Thank you🎉

Ответить
Shivam Daki
Shivam Daki - 21.03.2023 13:57

Not able to import ucrop Library 😢,plz help

Ответить
VAIBHAVI
VAIBHAVI - 06.03.2023 12:19

When I inserted the activity in manifest file it is giving error . What is the solution?

Ответить
Abin B
Abin B - 20.02.2023 10:41

tq bro

Ответить
Mehrtash Souri
Mehrtash Souri - 10.02.2023 23:06

how can I use this plugin in jetpack compose?

Ответить
uzzal contact
uzzal contact - 08.12.2022 15:00

is it working android 11 & 12 version.

Ответить
CodingwithAli
CodingwithAli - 02.12.2022 10:14

if user click on exit button during cropping image it will show blank screen .To Avoid such experience ,please add else condition and move to your Destination screen .
if (resultCode==RESULT_OK && requestCode==UCrop.REQUEST_CROP){
final Uri resulturi=UCrop.getOutput(data);
Intent returnintent=new Intent();
returnintent.putExtra("Result",resulturi + "");
setResult(-1,returnintent);
finish();


}
else if (resultCode==UCrop.RESULT_ERROR){
final Throwable croperror=UCrop.getError(data);


}
else {
Intent intent=new Intent(ImageCroperActivity.this, SignUpScreen.class);
startActivity(intent);
finish();
}

Ответить
Leva
Leva - 24.09.2022 10:02

I have failed to resolve: com.theartofdev.edmodo:android-image-cropper:2.8.+ how can I solve this problem

Ответить
Josef Developer
Josef Developer - 01.09.2022 01:41

awesome video!!!

Ответить
tech and android development
tech and android development - 30.08.2022 17:32

I want to make a custom activity where I pass bitmap and crop image is it possible I used image cropper dependency but I want toolbar and button design according to my own design please give me any idea or hint if you know

Ответить
Ankit Kumar
Ankit Kumar - 26.08.2022 12:32

On Back Button Press from Gallery the application gets crash..

Ответить
Frank Koenig
Frank Koenig - 16.08.2022 07:06

You are showing old code which is not more working. Only old Android versions can use this way. So is in the end useless.

Ответить
Google Engineer
Google Engineer - 24.07.2022 07:08

🤣🤣🤣 i hate others 3rd class Libraries.... I will make my own Gallery img picker with own style and with crop image.. 🙂

Ответить
Alessandro Bucayu
Alessandro Bucayu - 27.06.2022 20:15

Hey How can i put it on firebase storage? I cant seem to find the Uri source since its on another activity, how do i pass it to my main activity

Ответить
Martin Perumala
Martin Perumala - 29.05.2022 20:42

kindly provide the link to crop image using camera video..I can't find it in ur channel

Ответить
Rohit yadav
Rohit yadav - 18.05.2022 23:30

I'm unable to get image in MainActivity

Ответить
PRIYA NADAR
PRIYA NADAR - 14.04.2022 18:24

If I want draw options also then what to do for that

Ответить
Arsh Sethi
Arsh Sethi - 05.03.2022 08:40

bhai source code bhi dedia kar please

Ответить
Krishna Kumar
Krishna Kumar - 09.02.2022 08:42

Sir How to set onclick listerner for exit image in imager croper acitvity

Ответить
Sanam Pudasaini
Sanam Pudasaini - 30.01.2022 18:45

Thank you.. Finally a good tutorial.

Ответить
GraphicDesigner
GraphicDesigner - 08.01.2022 21:52

capture image from camera save to recyclerview with option like edit delete

Ответить
GraphicDesigner
GraphicDesigner - 08.01.2022 21:07

HAPPY NEW YEAR 2022 bro you have done i am very happy this is what I want god blesses you today I am subscribing channel that is TECH PROJECTS an Android Expert

Ответить
Ravi Handique
Ravi Handique - 08.01.2022 15:41

Sir please make video on whatsapp clone app

Ответить
Sidharth Mudgil
Sidharth Mudgil - 08.01.2022 08:22

Love from India 😏

Ответить
Hardcode Android
Hardcode Android - 08.01.2022 02:48

Bhai kotlin with Android ka vi kuch series lao

Ответить
Hạ Đoàn Chơn
Hạ Đoàn Chơn - 07.01.2022 16:50

Great Job guy. a word "thank you "from me - a very far place in the world (Viet Nam)

Ответить
Dark knight
Dark knight - 07.01.2022 14:08

One video for me about
(Filters and effect for video editing)
Plz I am from Nepal 🇳🇵🇳🇵

Ответить
Ahangar Aadil
Ahangar Aadil - 07.01.2022 11:39

Great content! 🚀

Ответить