Build Types | Product Flavors | Flavor Dimensions | Source Sets | Everything about Gradle

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

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

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

    very helpful video keep doing this brother ......

  • @mohitmehra1333
    @mohitmehra1333 2 года назад +1

    nice explanation, thanks

  • @Memeusix
    @Memeusix 2 месяца назад

    thanks bro you are best

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

    amazing video, thanks

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

    Nicely explained

  • @bhavatearya
    @bhavatearya 5 месяцев назад

    nice explaination

  • @AnkitBhatt
    @AnkitBhatt 11 месяцев назад

    very good explaination

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

    Bruh, you just rocked!! 🔥🔥🔥🔥🔥
    Your explanation was mind-blowing. Before your video, I didn't clearly understand what exactly were these things & how they worked!
    But now, after watching your video, it has IMMENSELY helped me in understanding these concepts!! 🤩🤩🤩🤩🤩🤩

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

    Keep it up bro

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

    You just nailed it bro. Kudos to your effort

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

    Your videos are very advance and well explained.
    Please make videos in English so that you can teach other country people also and make India proud 🇮🇳

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

    amazingly helpful! Although I don't even know the language you're speaking! :)

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

    Thanks..👍🏼

  • @LovepreetKumar-m4d
    @LovepreetKumar-m4d 8 месяцев назад

    Thanks buddy

  • @droid-aman
    @droid-aman Год назад

    love your explanation, could you please make a simple practical application using kotlin DSL

  • @JagdishOnYT
    @JagdishOnYT 2 года назад +1

    we need videos on
    Intent explicit implicit
    why context and its importance
    how to use device services

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

      Explicit Intent: This is used when you have a specific target component in mind, such as starting a particular activity. You explicitly define the component (activity) to be called.
      Implicit Intent: This is used when you don't specify a particular component, and the system determines the best component to handle the request based on the intent's action, data, and category.
      Context:
      Context in Android is an interface to global information about an application environment. It provides access to application-specific resources and services.
      It's crucial because it allows you to obtain things like access to databases, preferences, starting activities, broadcasting intents, etc.
      There are different types of context (Application Context, Activity Context, etc.), and choosing the right one is important to avoid memory leaks.
      Android provides several built-in services (e.g., LocationManager, SensorManager, AudioManager) that you can use to interact with device functionalities.
      To use a service, you typically create an instance of the corresponding service class, obtain a reference to the system service using getSystemService(), and then use the service.
      LocationManager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
      Location location = locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER);
      I hope it helps :)

  • @gauravsuryawanshiofficial
    @gauravsuryawanshiofficial 2 года назад +1

    Also explain child filled and node structure

  • @anshulgoel1940
    @anshulgoel1940 10 месяцев назад

    Does these have any impact on build packaging... apk or aab file

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

    Thanks for making it so simple to understand,
    I also love to know how we can install different / multiple variants of same package in a phone?

  • @GauravSingh-om7qk
    @GauravSingh-om7qk 20 дней назад

    Isake release kitten bang - 2 free and paid or one release for both means app.apk or abb.bundle??

  • @ShivamVermaokdone
    @ShivamVermaokdone 10 месяцев назад +1

    a youtube channel named PHILLIP LACKNER

    • @himanshugaur
      @himanshugaur  10 месяцев назад

      Kehna kya chahte ho ?? Bro

  • @krishnarajpawar1131
    @krishnarajpawar1131 2 года назад +1

    Hi, I have one question, How can I use particular directory like font in other build type. Like I want use only font directory from main to paid. How can I define the path

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

      Didn't know and I don't think this is possible too

  • @gauravsuryawanshiofficial
    @gauravsuryawanshiofficial 2 года назад +2

    Your firebase series is incomplete am waiting for your real-time database video

    • @himanshugaur
      @himanshugaur  2 года назад +1

      I try my best to create realtime Database

  • @al-aminislam1493
    @al-aminislam1493 2 года назад +1

    Video quality is not good

  • @JagdishOnYT
    @JagdishOnYT 2 года назад +2

    we need videos on
    Intent explicit implicit
    why context and its importance
    how to use device services