Android Bottom Sheet Dialog | Android Studio | Java

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

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

  • @avvjt
    @avvjt 4 года назад +3

    I just looking for this video, you save my life dude😁thanks 💜

  • @hisanahsalsabila8248
    @hisanahsalsabila8248 4 года назад +2

    It works! thank you very much bro .. hope you always healthy.

  • @nandeitechnologies881
    @nandeitechnologies881 3 года назад

    Great Tutorial. I got lots of knowledge about this. Thanks again.

  • @manashharshvardhan5007
    @manashharshvardhan5007 4 года назад +2

    Chirag bhai Tussi Great ho..

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

    Cool tutorial, very helpful! Thanks a lot! Keep going...

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

    Simply 👌

  • @navinandroid2146
    @navinandroid2146 3 года назад +1

    Well done brother

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

    Thank you for this video!

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

    Thank you! Really helpfull!

  • @bonnebogaert
    @bonnebogaert 3 года назад +1

    good one

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

    Muchas Gracias. al día de hoy sigue funcionando

  • @Gopal-uj9gm
    @Gopal-uj9gm 4 года назад +2

    very helpful ..... pls bring some some more tips and tricks and UI enhancing ways thank you

  • @alexhaifa
    @alexhaifa 4 года назад +3

    A "HI" from Brazil
    Thanks a lot friend for your example code, it helped a lot.

  • @hieuvoquoc
    @hieuvoquoc 3 года назад

    Thank you, useful for me!

  • @조수민-y7s
    @조수민-y7s 4 года назад +3

    Thank you so much for this video, you made my life easier
    although the design (of bottom sheet dialog ) doesn't apply?
    it stays sharp rectangle, not rounded

    • @AbhishekGogia31
      @AbhishekGogia31 4 года назад +5

      Was facing the same problem when using Material Design Theme as base theme, if you are having same case , check answer by Gabriele in this link stackoverflow.com/questions/43852562/round-corner-for-bottomsheetdialogfragment
      TL;DR need to override shapeAppearence for Material Theme

  • @harsh.sawkare
    @harsh.sawkare 3 года назад +3

    where in the code did you place the style "BottomSheetStyle" for background transparency?

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

    Dude... so good ! If you could just teach us how to expend this dialog (on swiping it up) or to drag it down to close it !!! 😄

  • @rancreation2012
    @rancreation2012 3 года назад

    Its work, thanks broo.

  • @tharindueranga6407
    @tharindueranga6407 5 лет назад +7

    Awesome bro. and please provide the source code, it is so annoying to follow code line by line with watching video.

  • @Enterate12
    @Enterate12 3 года назад

    justo lo que necesitaba, muchas gracias

  • @jocarsf
    @jocarsf 4 года назад +2

    buen video. lo tomaré como refrencia

  • @romilpant5683
    @romilpant5683 4 года назад

    Really helpful. Thanks a lot.

  • @droid-aman
    @droid-aman 2 года назад

    thanks,,, v v v much

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

    Hello, thanks for this great tutorial. I have a question. I have one button & one textview inside bottom sheet. How do we change/set text of that textview on button click?

  • @jithendrasai
    @jithendrasai 4 года назад +3

    It didn't work when you use TextInputLayout in bottomsheet, you will get error inflating TextInputLayout. again u have to put android:theme="@style/Theme.MaterialComponents.DayNight.DarkActionBar" this line to make it work. but the theme is worst for my case of design. but still, I learn something from your video. Thank you

  • @sriramvarma9348
    @sriramvarma9348 5 лет назад +3

    Your videos are good but the video time is very high plz try to reduce from the next video all de best

    • @chiragkachhadiya
      @chiragkachhadiya  5 лет назад +2

      Sure ✔️ will keep in mind next time. Thank you very much for your suggestion.

    • @ahmedtayel8102
      @ahmedtayel8102 5 лет назад +2

      Why don't you start an android programming course ?
      I think it is gonna be excellent

    • @chiragkachhadiya
      @chiragkachhadiya  5 лет назад +1

      @@ahmedtayel8102 sure bro.

  • @pstlvictoras
    @pstlvictoras 4 года назад +2

    Hey man,
    Do you have an example with jetpack navigation in java?
    I would like to navigate through application from nav bottom dialog. Thanks

    • @chiragkachhadiya
      @chiragkachhadiya  4 года назад

      This might be helpful ruclips.net/video/6SrKOBV_hx8/видео.html

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

    Is it possible to create two buttons that do the exact same things as you did in this video? I have tried creating a second button that does the same popup from the bottom and it would just crash my app.I just want to know how can I add multiple bottom sheet dialog buttons? Please respond and thank you!

  • @marlonlom
    @marlonlom 4 года назад +1

    Nice! um, question: has the main layout a coordinatorlayout for handling the bottom sheet behaviour?

  • @MetehanBOLAT
    @MetehanBOLAT 4 года назад +1

    Your videos are really good. Thank you. You haven't shown it in the video, but how can we transfer data between two fragments?

    • @xeloyzus6489
      @xeloyzus6489 3 года назад +1

      you can easily do it by passing the data through Bundles and intents and then using a broadcast receiver on the other end to filter the incoming intents and bundled data

  • @securityguy8353
    @securityguy8353 3 года назад

    how about if I click the button multiple times the fragment will still display. In short, how to prevent BottomSheetDialogFragment from showing if it is already on the on screen.

  • @celsomartin9634
    @celsomartin9634 4 года назад

    Thanks!!!

  • @jinny5025
    @jinny5025 4 года назад +1

    Thanks for sharing. Can I use this as a top sheet dialog?

  • @viettranle9586
    @viettranle9586 4 года назад

    sorry for my Englis. Why do not use setContentView(@idLayout) of bottom sheet dialog?, i don't understand you use LayoutInflater for what

  • @josearmando6372
    @josearmando6372 4 месяца назад

    Hola, android studio, como bottom sheet con GIF única java código??

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

    how can i do this with seekbar inside the dialog box?

  • @viigameplay8987
    @viigameplay8987 4 года назад +1

    ButtomSheetContainer where did it came from?

    • @khalilktiri5663
      @khalilktiri5663 4 года назад +1

      same question

    • @IkhlaqMalik
      @IkhlaqMalik 4 года назад

      linearlayout of layout bootom sheet

    • @slash0t5
      @slash0t5 4 года назад

      it's the ID of the parent in bottomsheet. Check top of the screen at 5:10

  • @piyushshukla7124
    @piyushshukla7124 4 года назад

    sir it's covering bottom navigation menu , how can it will come on above bottom menu

  • @EbenNana
    @EbenNana 4 года назад

    Try do the video using kotlin. Because not all are java developers. Android has two programming languages

  • @renesaul442
    @renesaul442 4 года назад +1

    como puedo hacer que el bottom sheet ocupe todo el ancho de la pantalla?

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

      tengo la misma duda, pusiste averiguarlo?

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

    how i can blur backround instead of dim

  • @Ramayanwithshubham
    @Ramayanwithshubham 4 года назад

    Can you make a video for a wishlist in android like in differemt categories quotes have different item amd save in wish list i hope you got it?

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

    hey bro how can I implement the STATE_EXPANDED

  • @mukeshkaranwal9503
    @mukeshkaranwal9503 4 года назад

    There is an error at LayoutInflater.from(getApplicationContext())
    .inflate()
    "Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference"
    Could anyone please help?

  • @----3154
    @----3154 3 года назад

    why radius for dialog has not work it?

  • @redpersimmon6940
    @redpersimmon6940 3 года назад

    how to done it same it by indicator????

  • @rahimmughal4552
    @rahimmughal4552 3 года назад

    Thanks Sir

  • @rogercolque
    @rogercolque 4 года назад +1

    16:49 transparent backgroun bsheet

  • @vigneshviki7043
    @vigneshviki7043 4 года назад

    Bro kindly help me bro my behaviour return null what can i do that pls replty bro

  • @moviearttv5604
    @moviearttv5604 4 года назад +2

    Source code

  • @catkot8184
    @catkot8184 4 года назад

    🌹🌹

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

    18.37

  • @rizkiadisaputra5971
    @rizkiadisaputra5971 4 года назад

    i though you sell that women