How to create a custom action bar in Android Studio | KOTLIN

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024
  • In This video I have Demonstrated how to create a custom action bar in android studio using kotlin.
    .
    .
    .
    #AndoidDevelopment #Kotlin #ActionBar
    .
    .
    .
    .
    DevEasy
    Action Bar
    Menu Bar
    Custom Action Bar
    Custom Menu Bar
    Android Development
    New

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

  • @riverplatense369
    @riverplatense369 3 ปีที่แล้ว +1

    Hi, thanks for that very good tutorial :)
    I'd like to know if you have any public repo with all these examples, that would be really helpfull. Thanks!!

    • @DevEasy
      @DevEasy  3 ปีที่แล้ว +1

      Thankyou ☺️ will add it!

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

    thanks for that tutorial

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

    Perfect!

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

      Thankyou

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

    heyy,
    how can I change ActionBarYt at 9:30 to something else?

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

      You can change it from manifest

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

    what to do to redirect to other activity

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

      You can check out my video th-cam.com/video/1oTbxPwBu9Y/w-d-xo.html

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

    Yea but how do you get it to load an xml when pressed

    • @DevEasy
      @DevEasy  3 ปีที่แล้ว +1

      I didn't get u

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

      @@DevEasy well I'm trying to make a toolbar with a privacy policy menu so I want a xml file to load up when the privacy policy menu is selected

    • @DevEasy
      @DevEasy  3 ปีที่แล้ว +1

      U can create a layout and inflate it when the button is clicked

    • @DevEasy
      @DevEasy  3 ปีที่แล้ว +1

      Else u can make a fragment and navigate it there

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

      @@DevEasy lol sorry I don't know how to do that I'm new to android studio