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

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 45

  • @YashkumarSingadiya
    @YashkumarSingadiya 10 месяцев назад

    Thank you so much
    I was struggling with this from a long time
    Thanks Thanks Thanks Thanks Thanks

  • @techandandroiddevelopment9767
    @techandandroiddevelopment9767 2 года назад +3

    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

  • @RedVenomFlash
    @RedVenomFlash 2 года назад

    First and the best Tutorall project on RUclips xD

  • @Darkknight-ws9wi
    @Darkknight-ws9wi 2 года назад +2

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

  • @solution-infotech
    @solution-infotech 2 года назад

    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

  • @marcbucayu
    @marcbucayu 2 года назад +1

    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

  • @TheDoanchonha
    @TheDoanchonha 2 года назад +1

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

  • @martinperumala6167
    @martinperumala6167 2 года назад +3

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

    • @princyp4935
      @princyp4935 Год назад

      Yes, please provide the link to crop the image using camera.

  • @priyanadar7243
    @priyanadar7243 2 года назад +2

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

  • @mretineh1172
    @mretineh1172 11 месяцев назад

    Thank you for this!

  • @josefdeveloper17
    @josefdeveloper17 2 года назад

    awesome video!!!

  • @sanampudasaini3379
    @sanampudasaini3379 2 года назад

    Thank you.. Finally a good tutorial.

  • @MudgilSidharth
    @MudgilSidharth 2 года назад

    Love from India 😏

  • @ahangaraadil
    @ahangaraadil 2 года назад +1

    Great content! 🚀

  • @albertocorteganaalonso2598
    @albertocorteganaalonso2598 Год назад

    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?

  • @nestordelrio5107
    @nestordelrio5107 Год назад

    do you have the repository? thanks

  • @mehrtashsouri6862
    @mehrtashsouri6862 Год назад

    how can I use this plugin in jetpack compose?

  • @ankitsahu91
    @ankitsahu91 2 года назад

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

  • @uzzalcontact981
    @uzzalcontact981 Год назад

    is it working android 11 & 12 version.

  • @LenardKumwenda
    @LenardKumwenda Год назад

    It worked thank u

  • @Sunil66851
    @Sunil66851 Год назад

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

  • @KrishnaKumar-jr6ol
    @KrishnaKumar-jr6ol 2 года назад

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

  • @hardcodeandroid
    @hardcodeandroid 2 года назад

    Bhai kotlin with Android ka vi kuch series lao

  • @baranbaltaci
    @baranbaltaci Год назад

    It Works! Thank you🎉

  • @ravihandique2694
    @ravihandique2694 2 года назад

    Sir please make video on whatsapp clone app

  • @Rohityadav-vk8yg
    @Rohityadav-vk8yg 2 года назад

    I'm unable to get image in MainActivity

  • @shivamdaki1570
    @shivamdaki1570 Год назад

    Not able to import ucrop Library 😢,plz help

  • @solution-infotech
    @solution-infotech 2 года назад

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

  • @abinb6200
    @abinb6200 Год назад

    tq bro

  • @sonu_minivlog03
    @sonu_minivlog03 Год назад

    image download kare save in album

  • @frankkoenig2782
    @frankkoenig2782 2 года назад

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

  • @arshsethi8596
    @arshsethi8596 2 года назад

    bhai source code bhi dedia kar please

  • @Google_Engineer
    @Google_Engineer 2 года назад +2

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

    • @smartstudio4147
      @smartstudio4147 2 года назад

      can i get that libraries

    • @Google_Engineer
      @Google_Engineer 2 года назад +1

      @@smartstudio4147 learn about FileProvider Class and some others classes like Bitmap, Canvas, Graphics, Async,

    • @smartstudio4147
      @smartstudio4147 2 года назад

      @@Google_Engineer actually bro i made a wallpaper application when i click on set wallpaper wallpaper set successfully but the set in zoom way i want to fit the wallpaper as FitXy and i try lots of stack flow codes but not working and solution

    • @Google_Engineer
      @Google_Engineer 2 года назад +1

      @@smartstudio4147 Use Bitmap Class Or Use imageView. SetScaleType(ImageView.ScaleType. CENTER_CROP)

  • @leva6674
    @leva6674 2 года назад

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

  • @LearnCodingwithAli39
    @LearnCodingwithAli39 2 года назад +1

    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();
    }

    • @randl9088
      @randl9088 Год назад

      its unnecessary to start a new activity since it will ruin user experience, you just need to have one finish() at the last line
      if(...)
      else if(...)
      finish();