Native Mobile Bits
Native Mobile Bits
  • 146
  • 428 798
Java Practice Session | Essential Concepts for Android Developer Interview
Kotlin yes I also uses Kotlin in daily life of building Android Apps, but still few projects have Java in the codebase, so we should code little bit in Java as well to touch base, This video is hands on coding, we code and implement all important concept in JAVA which are needed for Android Developer Interview
In this hands-on session, we cover key Java concepts essential for Android Developer interviews. Perfect for interview prep or strengthening your Java skills.
If you like my content, Please Like Share & Subscribe to my channel Thanks.
this video is part of our Playlist "Android 101" : ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html in which we are going to cover all the important Topics for Android Engineers
Переглядів: 217

Відео

What is Coroutine Context ?
Переглядів 27628 днів тому
In this video we will cover Coroutine Context what it is? Once you watch this video, if you like it, Please support my channel. Like Share & Subscribe this video is part of our Playlist "Android 101" : ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Different ways to launch a Coroutine
Переглядів 252Місяць тому
Lets learn all the different ways to launch a Coroutine, GlobalScope, CoroutineScope, runBlocking. Once you watch this video, if you like it, Please support my channel. Like Share & Subscribe this video is part of our Playlist "Android 101" : ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Coroutine Scope (Simplest Explanation)
Переглядів 398Місяць тому
This is the simplest explanation for this tricky Topic. Once you watch this video, if you like it, Please support my channel. Like Share & Subscribe this video is part of our Playlist "Android 101" : ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Enhance Your UI Previews in Jetpack Compose
Переглядів 266Місяць тому
This Video is a part of Our Playlist, "Android 101" In this video we will cover about Previews and all possible things with it. If you like my content, Please Like, Share & Subscribe. this video is part of our Playlist "Android 101" : ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Where Threading starts in an App ?
Переглядів 583Місяць тому
In This video we will learn : What will happen, when an app run ? How App has a Main Thread by default? From where Main Thread comes? How many threads are created by default? How Different Process survives ? Process Termination Algorithm. this video is part of our Playlist "Important Android Concepts 2024" this video is part of our Playlist "Android 101" : ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadM...
Coroutines (What, Why, history)
Переглядів 588Місяць тому
Why Coroutines invented, when we had Threads? this video is part of our Playlist "Important Android Concepts 2024" In this video we will have 2 sections - 1st section: will contains all about why coroutines invented, what was the drawbacks in previous alternatives & how coroutines fix the problem of past alternatives. 2nd section: will show you all in code this video is part of our Playlist ua-...
Important Android Topics 2024 | Playlist Promo
Переглядів 400Місяць тому
In this Playlist, we are going to cover all the important Android Topics for Android Engineers. All the videos of this series will have 2 parts : 1st - we will understand the concept 2nd - we will code This will be kind of a crash course where you can revise "Android" or learn Android important topics which will eventually help you in your Android Interviews. If you like my content Like Share &...
Charts using Jetpack Compose
Переглядів 1,9 тис.3 місяці тому
In This Video, we are going to build custom charts with the help of jetpack compose. Charts can come as a task to Android Engineers at any given point of time, in this video I will show you how we can build custom Line Charts, its all about Calculations and offset, its going to be an exciting video. If you enjoy this video, Do share with friends.
Canvas in Jetpack Compose
Переглядів 1,3 тис.3 місяці тому
Understanding all about canvas using Jetpack Compose. Overview: 0:00 Code : 1:42 Jetpack Compose provides a powerful and flexible Canvas API that allows you to create custom drawings and animations. Whether you're looking to design custom shapes, charts, or intricate UI elements, Canvas has got you covered. In This Video I will show you different examples how to use Canvas API in Jetpack Compose.
Let's Do this.
Переглядів 3914 місяці тому
Let's Do this.
Gemini In Android Studio - Supercharge your development
Переглядів 3,9 тис.6 місяців тому
Supercharge your development. Gemini in Android Studio (previously known as Studio Bot) is your AI-powered coding assistant, designed to make it easier for you to build high quality Android apps, faster. 00:00 Intro 1:21 Gemini in action Get help with common tasks such as writing, commenting, and documenting code-saving you time and effort, all within Android Studio. #Featured #AndroidDeveloper...
How to Calculate Your Kotlin Code Performance? (#3amCodingSessions)
Переглядів 2 тис.8 місяців тому
In this video we will learn to check the code performance. we will get to know, how to calculate time taken by our code to execute. This is a very popular android interview question, answer is given in similar way as you can give in your interview. If you want to learn Jetpack Compose, you can checkout Our Jetpack Compose playlist : ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html If you...
"WhatsApp Clone" - Build a Complete Android Studio Project in "Jetpack Compose"
Переглядів 4,8 тис.8 місяців тому
In This video we will start by setting up WhatsApp home page then we will sync the tabs and pager to get the same experience as WhatsApp. then we will create Chat list data source and data list and will create chat list screen with others.
WhatsApp Clone using Jetpack Compose Android App (Part 2)
Переглядів 2,5 тис.10 місяців тому
WhatsApp Clone using Jetpack Compose Android App (Part 2)
WhatsApp Clone using Jetpack Compose (Part 1)
Переглядів 6 тис.10 місяців тому
WhatsApp Clone using Jetpack Compose (Part 1)
Flutter Bash: Your Project's Structure Party || The Flutter Show Ep2
Переглядів 26911 місяців тому
Flutter Bash: Your Project's Structure Party || The Flutter Show Ep2
How to start with Flutter Installation || The Flutter Show Ep1
Переглядів 25011 місяців тому
How to start with Flutter Installation || The Flutter Show Ep1
Jetpack Compose Crash Course
Переглядів 27 тис.Рік тому
Jetpack Compose Crash Course
Build Your Own Image Loading Library (with Threads)
Переглядів 1,7 тис.Рік тому
Build Your Own Image Loading Library (with Threads)
Threads : Need, How to Create, Lifecycle || (Start vs Run)
Переглядів 1,4 тис.Рік тому
Threads : Need, How to Create, Lifecycle || (Start vs Run)
Mastering Multithreading: Understanding Android's Process Termination Algorithm
Переглядів 2,5 тис.Рік тому
Mastering Multithreading: Understanding Android's Process Termination Algorithm
CI/CD for Android Projects using Github Actions | Pipelines + Workflows
Переглядів 18 тис.Рік тому
CI/CD for Android Projects using Github Actions | Pipelines Workflows
Building a Complete Android App : Jetpack Compose, MVVM, Coroutines & Dependency Injection
Переглядів 37 тис.Рік тому
Building a Complete Android App : Jetpack Compose, MVVM, Coroutines & Dependency Injection
Effortless Image Selection with Jetpack Compose | Photo Picker Tutorial
Переглядів 3,8 тис.Рік тому
Effortless Image Selection with Jetpack Compose | Photo Picker Tutorial
FunFacts - PART 2 (an Android Project) written in Jetpack Compose
Переглядів 4,7 тис.Рік тому
FunFacts - PART 2 (an Android Project) written in Jetpack Compose
Developing a Complete Android Project in Jetpack Compose | Step-by-Step Tutorial
Переглядів 33 тис.Рік тому
Developing a Complete Android Project in Jetpack Compose | Step-by-Step Tutorial
Animations in Jetpack Compose
Переглядів 2,2 тис.Рік тому
Animations in Jetpack Compose
Singleton Design Pattern || Implementation with Eager & Lazy Loading ✌🏻
Переглядів 1,1 тис.Рік тому
Singleton Design Pattern || Implementation with Eager & Lazy Loading ✌🏻
Factory Design Pattern - What, Why and How with Code
Переглядів 978Рік тому
Factory Design Pattern - What, Why and How with Code

КОМЕНТАРІ

  • @udaychafale
    @udaychafale День тому

    Very well explained

  • @samirthapa6145
    @samirthapa6145 3 дні тому

    Superb !

    • @NativeMobileBits
      @NativeMobileBits 3 дні тому

      Do checkout our other videos you will surely find helpful

  • @Michael-x2e
    @Michael-x2e 4 дні тому

    This is amazing 🤩

    • @NativeMobileBits
      @NativeMobileBits 4 дні тому

      @@Michael-x2e and know what this is the first part do checkout our other videos as well 🫶🏻

  • @AnupSunar-r1m
    @AnupSunar-r1m 5 днів тому

    Appreciate your hard work......pls next part ASAP. Much needed!!

  • @AnupSunar-r1m
    @AnupSunar-r1m 5 днів тому

    Plsss next part for backend, Huge Respect!!

  • @AnupSunar-r1m
    @AnupSunar-r1m 5 днів тому

    Can you please upload the next part as soon as possible, urgently needed. Huge Respect!!

  • @maheshdandennavar6441
    @maheshdandennavar6441 5 днів тому

    Is this compatible for Android Automation testing? Could find the unique properties in your implementation?

    • @NativeMobileBits
      @NativeMobileBits 4 дні тому

      This project teaches compose check description for more details 😊

    • @maheshdandennavar6441
      @maheshdandennavar6441 4 дні тому

      @NativeMobileBits we are facing unique properties missing with this implementation. Can you suggest to me how we can add unique properties or id for each element Any format to add id please ping me, That would be helpful to us

  • @Luffy_2804
    @Luffy_2804 6 днів тому

    short and precise

  • @ajaybisaveni8455
    @ajaybisaveni8455 8 днів тому

    Great video good explaination thank you

  • @worshipalmightyjesus6912
    @worshipalmightyjesus6912 13 днів тому

    Perfect lesson, thank you so much

    • @NativeMobileBits
      @NativeMobileBits 13 днів тому

      @@worshipalmightyjesus6912 glad to hear this do checkout our other videos

  • @vishnu-dv5mi
    @vishnu-dv5mi 15 днів тому

    Awesome video and awesome way of explaining things.

  • @abdenouraitbelaidi
    @abdenouraitbelaidi 19 днів тому

    sir thanks but where is the video in which you implemented the checking of the user inputs ???

    • @NativeMobileBits
      @NativeMobileBits 19 днів тому

      Are you referring to this ua-cam.com/video/008f7IUVYDQ/v-deo.html by the way this video is a part of our compose playlist you can check that

    • @NativeMobileBits
      @NativeMobileBits 19 днів тому

      ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html&si=3SVlZMSEOLxdUCc2 this is the playlist

  • @NativeMobileBits
    @NativeMobileBits 19 днів тому

    If you like our content, Please Like Share & Subscribe to my channel Thanks. 🤗

  • @UjjwalRana-i7v
    @UjjwalRana-i7v 23 дні тому

    Also explain sealed classes

    • @NativeMobileBits
      @NativeMobileBits 23 дні тому

      I already have 2 videos on that explore my channel 😀 ua-cam.com/video/nX8PF6XZxew/v-deo.html

  • @D-Buggur
    @D-Buggur 26 днів тому

    im running into the below error - Unresolved reference 'outlinedTextFieldColors'. how can this be solved? gradle - dependencies { implementation("androidx.compose.material3:material3:1.3.1") implementation(libs.androidx.core.ktx) implementation(libs.androidx.lifecycle.runtime.ktx) implementation(libs.androidx.activity.compose) implementation(platform(libs.androidx.compose.bom)) implementation(libs.androidx.ui) implementation(libs.androidx.ui.graphics) implementation(libs.androidx.ui.tooling.preview) implementation(libs.androidx.material3) testImplementation(libs.junit) androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(platform(libs.androidx.compose.bom)) androidTestImplementation(libs.androidx.ui.test.junit4) debugImplementation(libs.androidx.ui.tooling) debugImplementation(libs.androidx.ui.test.manifest) }

  • @zunaidsultan3376
    @zunaidsultan3376 29 днів тому

    Thanks brother keep making these conceptual videos..❤

    • @NativeMobileBits
      @NativeMobileBits 29 днів тому

      Glad you are liking my videos here is the playlist ua-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html&si=KYxdZ9QoeBtNw46z

  • @vipulkumar9687
    @vipulkumar9687 29 днів тому

    Nice 😊

    • @NativeMobileBits
      @NativeMobileBits 29 днів тому

      Thanks for your kind support, please check our other videos as well lots of love

  • @mohd.sohaib5822
    @mohd.sohaib5822 29 днів тому

    ❤🎉

  • @Tejareddy18-l3e
    @Tejareddy18-l3e Місяць тому

    Nice info on this topic ...

  • @tinkusony90
    @tinkusony90 Місяць тому

    🪔🪔Happy Diwali 🪔🪔

  • @carolinegatwiri2309
    @carolinegatwiri2309 Місяць тому

    It 3.12pm where I am am hoping to complete this video by 6

  • @has9
    @has9 Місяць тому

    Excellent explanation! Surprised this channel has only 8k followers

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      @@has9 thanks for liking my content ♥️🫶 please support the channel in however way you can and also do watch other videos at channel 🙏

  • @shivam...3040
    @shivam...3040 Місяць тому

    Happy Diwali Sir🎉

  • @carolinegatwiri2309
    @carolinegatwiri2309 Місяць тому

    Am loving this playlist, I hope I will be done by the week.

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Sure thing keep studying with @nativemobilebits once you complete this start next playlist

  • @VTechBroLive
    @VTechBroLive Місяць тому

    Please keep posting such videos.

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Thanks yes we post 3 videos a week, meanwhile do checkout our other videos surely you will like those

  • @VTechBroLive
    @VTechBroLive Місяць тому

    Thanks for explaining ❤

  • @carolinegatwiri2309
    @carolinegatwiri2309 Місяць тому

    Am done with the kotlin crash course here I am. Wish me luck

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      @@carolinegatwiri2309 sure best of luck 😀🫶

  • @carolinegatwiri2309
    @carolinegatwiri2309 Місяць тому

    If am trying to learn kotlin and jetpack is this video important or just watch?

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Yes it will give some basic understanding of how actually android works ♥️😍

  • @carolinegatwiri2309
    @carolinegatwiri2309 Місяць тому

    4 hours later and am done... Let's keep going

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      @@carolinegatwiri2309 glad to hear this do checkout my other videos 🥰

  • @carolinegatwiri2309
    @carolinegatwiri2309 Місяць тому

    Am in 34th minute I hope I get to the end I really need this... Wish me luck... Will comment again when am done. and continue with the playlist.

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      @@carolinegatwiri2309 yo good luck and welcome to my channel you are at the right place if you are or want to be an android engineer 😍🫶

  • @FarmanKhan-wh6fo
    @FarmanKhan-wh6fo Місяць тому

    nice explanation!

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Glad you liked it! Do checkout my other videos 🫶

  • @knowledge7391
    @knowledge7391 Місяць тому

    bro please keep postion jetpack compose project please its required too much

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      You need to check these 2 playlist, both of these are Jetpacl Compose dedicated - > 1. ua-cam.com/video/EuZGaxymME0/v-deo.html 2. ua-cam.com/video/dEEyZkZekvI/v-deo.html

  • @NativeMobileBits
    @NativeMobileBits Місяць тому

    If you like it, Don't forget to like comment share & subscribe.

  • @dharamveergupta1305
    @dharamveergupta1305 Місяць тому

    Thanks man, for the quality content. Are we also planning a video on deploying the apps from Github Actions to Google Play Console or Slack, etc.?

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Glad you liking my content please check our other videos and for this specific topic maybe in future some day i am right now running Android 101 an ongoing playlist do check more about it in community post 🙌♥️

  • @doke6057
    @doke6057 Місяць тому

    Thanks you 🎉

  • @doke6057
    @doke6057 Місяць тому

    May Allah bless you 🤲🏿 Great content

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Thanks 🙏 ♥️ do checkout my other videos as well

    • @doke6057
      @doke6057 Місяць тому

      @@NativeMobileBits i will

  • @karthikgaddam1146
    @karthikgaddam1146 Місяць тому

    Please share thr playlist link , i am not seeing the videos in the playlist

    • @NativeMobileBits
      @NativeMobileBits Місяць тому

      Its mentioned in video description as well, also clearly accessible in playlist section :)