Bottom Sheet Dialog | Material Design | Android Studio 3.1.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

  • @md.rejaulkarim9215
    @md.rejaulkarim9215 5 ปีที่แล้ว +1

    Nice tutorial. Thanks man (Y)
    You should use this line of code under the bottom sheet codes
    bottomSheetDialog = null;
    Otherwise the bottom sheet will only open once;

    • @mafiacodes
      @mafiacodes  5 ปีที่แล้ว +1

      Like Subscribe Share

    • @md.rejaulkarim9215
      @md.rejaulkarim9215 5 ปีที่แล้ว

      @@mafiacodes done brother. Good work. Keep it on. 😊

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

    How do I integrate this in navigation mobile graph?
    I want to navigate through mobile navigation from bottom sheet dialog and I have this error
    Process: com.android.gotrans, PID: 6424 java.lang.IllegalArgumentException: ID does not reference a View inside this Activity
    Thank you!

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

    You shows nothing where comes that BOTTOM SHEET DIALOG ...

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

      I did not get what u wanted to ask?

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

      @@mafiacodes need to add com.android.support:design first into build grandle, that was missing from video in my project the support:design was not included at the start i needed to add manually, without that the activity cannot find the bottom sheet dialog class.