Options Menu in Android Studio Tutorial 2024

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

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

  • @TongueTwisterTurns
    @TongueTwisterTurns 3 месяца назад

    thanks you from bottom of my heart

  • @manhnguyenvan8008
    @manhnguyenvan8008 7 месяцев назад

    thank you very much, because i can make to appear option menu. This video is very useful which I am finding

  • @vidhan-dev
    @vidhan-dev 7 месяцев назад

    Thanks man, that's helpful.

  • @swagentina
    @swagentina 6 месяцев назад

    I just get error: incompatible types: android.widget.Toolbar cannot be converted to androidx.appcompat.widget.Toolbar
    setSupportActionBar(toolbar);
    When i first try to run and I've followed you exactly

    • @codewithsurya101
      @codewithsurya101  6 месяцев назад

      In your import section, replace "android.widget.Toolbar" with "androidx.appcompat.widget.Toolbar".
      If you didn't get it, let me know.

  • @abdurrauf356
    @abdurrauf356 9 месяцев назад

    Sir kindly ek video may full koi be app project bna day jis may all type of menu bar, fragments cover ho jay. Thanks

  • @amdanm7954
    @amdanm7954 7 месяцев назад

    Thank you very much, I was asking my self why it doesn't work but you showed us the Toolbar ❤

  • @drxrathore
    @drxrathore 9 месяцев назад

    Hello Sir
    I have used firebase Google authentication in my android app. While uploading it on Google Play console what selections do i have to make in data safety.
    Thanks in Advance

    • @codewithsurya101
      @codewithsurya101  9 месяцев назад

      You are using Firebase Authentication, it means you are collecting user's data like their name, email, phone numbers etc.
      You will have to mark yes in data safety that you collect user's data.
      Further you have to declare that what types of data you are collecting, are you sharing their data also and why you are collecting or sharing their data.
      Everything will be just written above the selections, what to do and how to do, just follow along.
      All the Best! 👍

    • @drxrathore
      @drxrathore 9 месяцев назад

      @@codewithsurya101 thanks sir,
      It'll be very helpful if you create a detailed video on the internal and closed testing thing on the Google Play Console :)

    • @codewithsurya101
      @codewithsurya101  9 месяцев назад

      Of course, I will.

    • @drxrathore
      @drxrathore 9 месяцев назад

      @@codewithsurya101 thank you!

    • @drxrathore
      @drxrathore 9 месяцев назад

      @@codewithsurya101 one last thing sir,
      The SHA-1 which I provided while testing was debug but when I upload the app authentication won't work. How do I resolve this issue?

  • @Dfm021197
    @Dfm021197 7 месяцев назад

    Thanks man!

  • @thanhlongtruong1
    @thanhlongtruong1 9 месяцев назад

    Please make functions detail fragment(blank) in android studio java 😅

    • @codewithsurya101
      @codewithsurya101  9 месяцев назад +1

      You can prefer my this tutorial.
      ruclips.net/video/f2FHc77CbO0/видео.html
      This is a detailed explanation about fragment implementation with BottomNavigationBar. It is going to be same process for Options menu also.
      If it didn't help, I will create a separate video tutorial about it.

    • @thanhlongtruong1
      @thanhlongtruong1 9 месяцев назад

      @@codewithsurya101When add library swipe reveal ( implementation("com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1")
      ) in build.gradle.kts (:app) but in file xml still haven't that library. I saw that error same me in web saying "This lib is on jcenter but jcenter is shut down " . Can you create video tutorial fix for me about that? thanks for watching.

    • @codewithsurya101
      @codewithsurya101  9 месяцев назад +1

      Open your " _settings.gradle.kts_ " file and add " _jcenter()_ " inside the " _dependencyResolutionManagement_ " >>> " _repositories_ " :
      dependencyResolutionManagement {
      repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
      repositories {
      google()
      mavenCentral()
      *_jcenter()_*
      maven(url = "jitpack.io")
      }
      }
      It worked for me, let me know if it also works for you. Thanks!

    • @thanhlongtruong1
      @thanhlongtruong1 9 месяцев назад

      @@codewithsurya101 thanks, it really usefull for me, but 'jcenter(): MavenArtifactRepository!' is deprecated. Deprecated in Java. Does it have any effect for my project?

    • @codewithsurya101
      @codewithsurya101  9 месяцев назад

      No, It should not have any effect on your project.

  • @Kanha0321
    @Kanha0321 9 месяцев назад

    Xml in 2024?

  • @elrymoe
    @elrymoe 9 месяцев назад +1

    Why write the title in english if its not in fucking english ?