startActivityForResult is Deprecated, look at the alternative way.

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

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

  • @user-ng2cx6tm5f
    @user-ng2cx6tm5f Месяц назад +1

    Thanks a lot! This is the most clear explanation!

  • @dr.acoustic2008
    @dr.acoustic2008 2 года назад +8

    Every tutorial I've seen so far fails to explain what's happening with every single step. I wanted to know the 'why', not just 'what goes where', and your video explains exactly what I had questions about. You've got my like and subscription.🙂

  • @Jaskaransingh-vy1xq
    @Jaskaransingh-vy1xq 2 года назад +4

    really clear explanation . pretty sure one of the few tutorial made with java on startActivityForResult instead of kotlin

  • @gerdsfargen6687
    @gerdsfargen6687 Месяц назад

    Legend! You absolute legend! You saved my skin!

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

    Oh my god! Thank you! I was following a free course on Udemy cause i wanted to take up java and android app making as a hobby. But that course is old and i was stuck. Being a beginner, this helped me. I see that you have a playlist on Android app development. I will give it a try cause your explanation won me over.

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

    Thank you so much.

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

    Wow cool way man

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

    Thank you. Best explanation ever

  • @amanpahari690
    @amanpahari690 Год назад +1

    thnks sir v much

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

    omg I have been looking for you for so long

  • @emremuslu7763
    @emremuslu7763 Год назад +1

    Thank you!

  • @nakzak4442
    @nakzak4442 Год назад +1

    Thanks

  • @TarekBuhdeima
    @TarekBuhdeima Год назад +1

    perfect!!

    • @dr.shehab
      @dr.shehab  4 месяца назад +1

      Thank you and let me know if you have any questions.

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

    Awsome....

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

    Wow ..great

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

    thank you. really helped. :)

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

    Thanks, it helps

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

    This way seems cleaner, good video and channel's content. just one question... How could it be the intent to open the camera and take the picture or choose the image from gallery?

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

      Intent intent = new Intent(Intent.Action_get_content);
      Then same, use the method shown in the video
      startForResult.launch(intent);

  • @movieclips7511
    @movieclips7511 Год назад +1

    Hi thannks for the video , do you have similar example in kotlin?

    • @dr.shehab
      @dr.shehab  Год назад

      Working on these new videos.

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

    very good. but for a google pay app, how it works?

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

    Can anyone please tell me how to send the image to firebase storage

    • @dr.shehab
      @dr.shehab  2 года назад

      Will have a video about this in the future, the thing to consider is to resize the image before sending to Firebase Storage as smartphones now have high pixel cameras which results is large images.

  • @ikelloydyana4275
    @ikelloydyana4275 Год назад +1

    Do you have tutorial like this saving image to firebase?

    • @dr.shehab
      @dr.shehab  Год назад

      Working on posting more firebase content thank you .

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

    محتواك حلو .. ليه بقى معملتش شرح عربي 😓؟

    • @dr.shehab
      @dr.shehab  2 года назад +1

      I am thinking about that .. Inshaa Allah will work on some Arabic content in the summer.

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

    can we change to 1.2.0?

  • @animeshkumargoswami5492
    @animeshkumargoswami5492 Год назад +1

    thanx a lot

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

    Thanks