Using the Gradle Version Catalog in Android projects

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

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

  • @ubersticks
    @ubersticks 8 месяцев назад +1

    Thanks for this! Very helpful explanation.

  • @anandhakrishnan9190
    @anandhakrishnan9190 Год назад +1

    Hello sir, I have an interview for an Android developer in the next week so could you suggest what topic I need to cover. Please give me some questions that I need to study.

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

      Here is a repository where I used to collect interview questions:
      github.com/mohsenoid/Android-Interview-Questions
      I hope you find it useful.
      Good luck with the interview. 🍀🤞☺️

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

      @@AndroidDeveloperTips Thank you so much, sir☺🙏

  • @mohamedasraf4175
    @mohamedasraf4175 Год назад +1

    How to add API key on gradle file

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

      There are many solutions for adding API key to the Gradle file, check this StackOverflow thread, I am sure you will find a good solution for your case:
      stackoverflow.com/q/35722904/2359762

    • @mohamedasraf4175
      @mohamedasraf4175 Год назад +1

      Already am searching on stack overflow then am implementing .
      But showing error on gradle file
      Android studios giraffe this version how to add on API key gradle file

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

      There is something in the latest AGP that the BuildConfig feature is disabled by default.
      To enable the feature, you need to add the following to your module-level `build.gradle`:
      `android.buildFeatures.buildConfig true`
      The rest is the same as before and you can define BuildConfig fields the same as before: `buildConfigField("String", "API_KEY", "\"ABCD123XYZ\"")`
      Just keep in mind that this is not the safest place to keep your secret API keys.

  • @Emran.Hejazi
    @Emran.Hejazi Год назад +1

    Grand Iran 🇮🇷