Dialog Fragment in Android [Kotlin 2020]

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 60

  • @hads291
    @hads291 2 ปีที่แล้ว +7

    spent a whole night trying to figure out something so simple. Thank you. for real. My stressed out body is in debt towards you

  • @carpinchoConLentes
    @carpinchoConLentes 3 ปีที่แล้ว +5

    I can't do what you do in min 07:43; the rootView is not allowing me to access the layout widgets, is there another way to do that?

    • @richard_orc
      @richard_orc 2 ปีที่แล้ว

      same here

    • @BLACK-qx7bs
      @BLACK-qx7bs 2 ปีที่แล้ว

      @@richard_orc same idk wtf i am doing wrong

    • @mohamed59198
      @mohamed59198 2 ปีที่แล้ว +4

      var a = rootView.findViewById(R.id.cancel)
      a.setOnClickListener{
      Log.e("cancel", "cancel")
      }

    • @mohamed59198
      @mohamed59198 2 ปีที่แล้ว

      var textViewPackName: TextView = rootView.findViewById(R.id.textViewPackName2)
      textViewPackName.text = "mo"

  • @stinkvingertjie
    @stinkvingertjie 3 ปีที่แล้ว +5

    All good until you just toast the result... how do you pass the selected value back to the calling activity?

  • @mohammedalzamil7191
    @mohammedalzamil7191 4 ปีที่แล้ว +7

    I love these a lot, please keep going. Your work is immensely helpful, also it's really appreciated

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว +1

      I am happy that you liked it!

  • @Hiro-vi8xp
    @Hiro-vi8xp 3 ปีที่แล้ว +4

    6:12 this doesn't work for me.
    It doesn't seem to find rateMeTextView

  • @trainmania100
    @trainmania100 3 ปีที่แล้ว +2

    When I try to use .show(supportFragmentManager , supportFragmentManager is underlined red, I'm not sure what .show() to use that would find it please ?

    • @tnfc11
      @tnfc11 2 ปีที่แล้ว

      Solution: change "supportFragmentManager" to "childFragmentManager"

  • @akebu6
    @akebu6 2 ปีที่แล้ว

    This has been helpful in helping me fix one error but now I'm having an issue with using the supportFragmentManager.

    • @tnfc11
      @tnfc11 2 ปีที่แล้ว +2

      Solution: change "supportFragmentManager" to "childFragmentManager"

  • @xD-saleem
    @xD-saleem 4 ปีที่แล้ว +1

    Just one feedback, Please change your android studio to use the dark theme instead, you'll protect your eyes

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว +11

      I agree with you that dark theme is better for the eyes, but not for tutorials because many of my viewers are watching the tutorials on smart phones which makes it a bit difficult to watch.

  • @gamerzarena7661
    @gamerzarena7661 5 หลายเดือนก่อน

    You are a life saver

  • @nawemarchelli
    @nawemarchelli ปีที่แล้ว

    great tutorial bro.. question, is any way to pass the string for a textView programmatically to the dialog ?

  • @appranger6639
    @appranger6639 3 ปีที่แล้ว +2

    The width of my dialog view automatically set the wrap content when showing the dialog. Do you know how to fix it?

    • @rahmanisaze9215
      @rahmanisaze9215 3 ปีที่แล้ว +2

      android:minWidth="370dp". add this in your layout. you can change the minWidth as needed

  • @todoratanasov4037
    @todoratanasov4037 4 ปีที่แล้ว +2

    Hi guys I am new to android so my question is probably stupid but how is he able to access ids from the view as if they were properties of the View. Don't you usually use view.findViewById ?

    • @josiasmayo7203
      @josiasmayo7203 2 ปีที่แล้ว +1

      he uses extensions,but it is also depracated.nowadays

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx 2 ปีที่แล้ว

    how can I put setOnDismissListener to this dialog fragment over on the main fragment or activity?

  • @islammahmud2539
    @islammahmud2539 2 ปีที่แล้ว

    easy way to understanding custom fragment dialog👍

  • @joaolucasdacruz2057
    @joaolucasdacruz2057 2 ปีที่แล้ว

    Thanks man, nice video!

  • @studyonline3236
    @studyonline3236 3 ปีที่แล้ว

    Thanks brother. It was a nice tutorial.

  • @xD-saleem
    @xD-saleem 4 ปีที่แล้ว

    nice!!! always straight to the point

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว

      Thank you! Glad you liked it!

  • @hxrin3748
    @hxrin3748 4 ปีที่แล้ว

    great vid, subscribed!

  • @pabloantoniniprota1656
    @pabloantoniniprota1656 3 ปีที่แล้ว

    Tnk, Helped me very much, this documentation the android developer is very cofuse

  • @amitsisodiya7542
    @amitsisodiya7542 4 ปีที่แล้ว +1

    Great work buddy

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว +1

      Glad that you liked it!!

    • @amitsisodiya7542
      @amitsisodiya7542 4 ปีที่แล้ว

      @@CodeWithMazn keep it up this great work.

  • @cagrkrt332
    @cagrkrt332 3 ปีที่แล้ว

    Thanks friend. It's a nice and clear video.

  • @ermilovnik
    @ermilovnik 3 ปีที่แล้ว

    Thanks for you tutorial!

  • @sanatandharmademystified
    @sanatandharmademystified 2 ปีที่แล้ว

    Thank you this helped me alot

  • @sat_talk
    @sat_talk 3 ปีที่แล้ว

    Instead of Radio Button and Radio group...can we make Dialog as another recyclerView ?

  • @jeraldsalmeroncagas756
    @jeraldsalmeroncagas756 2 ปีที่แล้ว

    how about to go another activity using dialog fragments?

  • @mikec4220
    @mikec4220 4 ปีที่แล้ว +1

    Great Work! Clear explanation and straight to the point! Thank You!

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว

      It means a lot! Much appreciate it!

  • @falkioncorgi
    @falkioncorgi 4 ปีที่แล้ว

    Thanks a lot, you helped me

  • @idris2244
    @idris2244 ปีที่แล้ว

    When I try to use .show(......), the "show" word s underlined red. Anyone know the solution?

    • @gerdsfargen6687
      @gerdsfargen6687 5 หลายเดือนก่อน

      For anyone still looking for this check you had imported the class for the DialogFragment or Dialog.

  • @Self_growth_and_Love
    @Self_growth_and_Love 4 ปีที่แล้ว

    Hello! great Video. What if I wanted to use the Alert Dialog to open a new Activity, is that possible?

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว

      Yes, it is possible. I have a video on how to redirect to a new activity.

  • @escolasticode
    @escolasticode 4 ปีที่แล้ว

    How do I recover the value from the activity? Pass the value to the activity

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว

      You need an interface to pass data from one fragment to another fragment or activity. I have a video explaining fragment communication. Let me know if you need further help!

  • @muhammadfitrie7061
    @muhammadfitrie7061 2 ปีที่แล้ว

    Tq so much!!

  • @dopbip4399
    @dopbip4399 4 ปีที่แล้ว

    Thanks brother..

    • @CodeWithMazn
      @CodeWithMazn  4 ปีที่แล้ว

      You welcome! Glad that you liked it!

  • @jdurefaccini
    @jdurefaccini 3 ปีที่แล้ว

    Nice Vid!

  • @Br4nd0nS4n7os1995
    @Br4nd0nS4n7os1995 2 ปีที่แล้ว

    Thank u.

  • @juarezruizjesusangel8513
    @juarezruizjesusangel8513 3 ปีที่แล้ว

    ¡amazing!

  • @schnitzel902
    @schnitzel902 2 ปีที่แล้ว

    rootView.cancelButton.setOnClickListener gives me an unresolved reference :(

    • @loss_
      @loss_ 2 ปีที่แล้ว

      var updateAppButton: Button = rootView.findViewById(R.id.updateAppButton)
      updateAppButton.setOnClickListener {
      dismiss()
      }

    • @schnitzel902
      @schnitzel902 2 ปีที่แล้ว

      @@loss_ You are the real MVP. Thank you very much. I already gave up. Now I can continue to code.