- 146
- 423 870
Native Mobile Bits
India
เข้าร่วมเมื่อ 2 ก.พ. 2022
Learn Software Development (Android, Kotlin, Java, Compose,Flutter)
Main goal of "Native Mobile Bits" is simple -
✅ "No one should pay to learn at least the technologies I know &
✅ If they want to learn what I know and work in, they should be able to find it for free here"
here I teach Software Development (mostly apps) in the same way I #learnt over these 7+ years of my #career.
this is for someone like me(10 years back)~
- maybe who is starting their #engineering.
- maybe for someone who is struggling to find their first #jobs.
- maybe who don't have funds to go to another training institutes after their #college.
Stay tuned 😎, Do Subscribe 🧡
Main goal of "Native Mobile Bits" is simple -
✅ "No one should pay to learn at least the technologies I know &
✅ If they want to learn what I know and work in, they should be able to find it for free here"
here I teach Software Development (mostly apps) in the same way I #learnt over these 7+ years of my #career.
this is for someone like me(10 years back)~
- maybe who is starting their #engineering.
- maybe for someone who is struggling to find their first #jobs.
- maybe who don't have funds to go to another training institutes after their #college.
Stay tuned 😎, Do Subscribe 🧡
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html in which we are going to cover all the important Topics for Android Engineers
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html in which we are going to cover all the important Topics for Android Engineers
มุมมอง: 192
วีดีโอ
What is Coroutine Context ?
มุมมอง 25014 วันที่ผ่านมา
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Different ways to launch a Coroutine
มุมมอง 24221 วันที่ผ่านมา
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Coroutine Scope (Simplest Explanation)
มุมมอง 38821 วันที่ผ่านมา
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Enhance Your UI Previews in Jetpack Compose
มุมมอง 26328 วันที่ผ่านมา
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html
Where Threading starts in an App ?
มุมมอง 564หลายเดือนก่อน
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" : th-cam.com/play/PLLwcRoh3a6u4fbmsbnadM...
Coroutines (What, Why, history)
มุมมอง 569หลายเดือนก่อน
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 th-...
Important Android Topics 2024 | Playlist Promo
มุมมอง 399หลายเดือนก่อน
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.8K3 หลายเดือนก่อน
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.2K3 หลายเดือนก่อน
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.
Gemini In Android Studio - Supercharge your development
มุมมอง 3.7K6 หลายเดือนก่อน
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)
มุมมอง 1.9K8 หลายเดือนก่อน
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 : th-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html If you...
"WhatsApp Clone" - Build a Complete Android Studio Project in "Jetpack Compose"
มุมมอง 4.7K8 หลายเดือนก่อน
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.5K9 หลายเดือนก่อน
WhatsApp Clone using Jetpack Compose Android App (Part 2)
WhatsApp Clone using Jetpack Compose (Part 1)
มุมมอง 6K10 หลายเดือนก่อน
WhatsApp Clone using Jetpack Compose (Part 1)
Flutter Bash: Your Project's Structure Party || The Flutter Show Ep2
มุมมอง 26711 หลายเดือนก่อน
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
Build Your Own Image Loading Library (with Threads)
มุมมอง 1.7Kปีที่แล้ว
Build Your Own Image Loading Library (with Threads)
Threads : Need, How to Create, Lifecycle || (Start vs Run)
มุมมอง 1.4Kปีที่แล้ว
Threads : Need, How to Create, Lifecycle || (Start vs Run)
Mastering Multithreading: Understanding Android's Process Termination Algorithm
มุมมอง 2.4Kปีที่แล้ว
Mastering Multithreading: Understanding Android's Process Termination Algorithm
CI/CD for Android Projects using Github Actions | Pipelines + Workflows
มุมมอง 17Kปีที่แล้ว
CI/CD for Android Projects using Github Actions | Pipelines Workflows
Building a Complete Android App : Jetpack Compose, MVVM, Coroutines & Dependency Injection
มุมมอง 36Kปีที่แล้ว
Building a Complete Android App : Jetpack Compose, MVVM, Coroutines & Dependency Injection
Effortless Image Selection with Jetpack Compose | Photo Picker Tutorial
มุมมอง 3.7Kปีที่แล้ว
Effortless Image Selection with Jetpack Compose | Photo Picker Tutorial
FunFacts - PART 2 (an Android Project) written in Jetpack Compose
มุมมอง 4.6Kปีที่แล้ว
FunFacts - PART 2 (an Android Project) written in Jetpack Compose
Developing a Complete Android Project in Jetpack Compose | Step-by-Step Tutorial
มุมมอง 33Kปีที่แล้ว
Developing a Complete Android Project in Jetpack Compose | Step-by-Step Tutorial
Singleton Design Pattern || Implementation with Eager & Lazy Loading ✌🏻
มุมมอง 1.1Kปีที่แล้ว
Singleton Design Pattern || Implementation with Eager & Lazy Loading ✌🏻
Factory Design Pattern - What, Why and How with Code
มุมมอง 966ปีที่แล้ว
Factory Design Pattern - What, Why and How with Code
Perfect lesson, thank you so much
@@worshipalmightyjesus6912 glad to hear this do checkout our other videos
Awesome video and awesome way of explaining things.
Thanks do checkout our other videos
sir thanks but where is the video in which you implemented the checking of the user inputs ???
Are you referring to this th-cam.com/video/008f7IUVYDQ/w-d-xo.html by the way this video is a part of our compose playlist you can check that
th-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html&si=3SVlZMSEOLxdUCc2 this is the playlist
If you like our content, Please Like Share & Subscribe to my channel Thanks. 🤗
Also explain sealed classes
I already have 2 videos on that explore my channel 😀 th-cam.com/video/nX8PF6XZxew/w-d-xo.html
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) }
@@D-Buggur check the video description
Thanks brother keep making these conceptual videos..❤
Glad you are liking my videos here is the playlist th-cam.com/play/PLLwcRoh3a6u4fbmsbnadMbkD2bYBiW2uD.html&si=KYxdZ9QoeBtNw46z
Nice 😊
Thanks for your kind support, please check our other videos as well lots of love
❤🎉
Thanks
Nice info on this topic ...
Glad do checkout other videos at channel
🪔🪔Happy Diwali 🪔🪔
Same to you 😍
It 3.12pm where I am am hoping to complete this video by 6
Good keep it going 🔥🫶
Excellent explanation! Surprised this channel has only 8k followers
@@has9 thanks for liking my content ♥️🫶 please support the channel in however way you can and also do watch other videos at channel 🙏
Happy Diwali Sir🎉
@@shivam...3040 happy diwali 🫶
Am loving this playlist, I hope I will be done by the week.
Sure thing keep studying with @nativemobilebits once you complete this start next playlist
Please keep posting such videos.
Thanks yes we post 3 videos a week, meanwhile do checkout our other videos surely you will like those
Thanks for explaining ❤
@@VTechBroLive 🫶🙌
Am done with the kotlin crash course here I am. Wish me luck
@@carolinegatwiri2309 sure best of luck 😀🫶
If am trying to learn kotlin and jetpack is this video important or just watch?
Yes it will give some basic understanding of how actually android works ♥️😍
4 hours later and am done... Let's keep going
@@carolinegatwiri2309 glad to hear this do checkout my other videos 🥰
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.
@@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 😍🫶
nice explanation!
Glad you liked it! Do checkout my other videos 🫶
bro please keep postion jetpack compose project please its required too much
You need to check these 2 playlist, both of these are Jetpacl Compose dedicated - > 1. th-cam.com/video/EuZGaxymME0/w-d-xo.html 2. th-cam.com/video/dEEyZkZekvI/w-d-xo.html
If you like it, Don't forget to like comment share & subscribe.
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.?
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 🙌♥️
Thanks you 🎉
😍 do checkout my other videos as well
May Allah bless you 🤲🏿 Great content
Thanks 🙏 ♥️ do checkout my other videos as well
@@NativeMobileBits i will
Please share thr playlist link , i am not seeing the videos in the playlist
Its mentioned in video description as well, also clearly accessible in playlist section :)
If you Like my content, Please Like & subscribe, video making taking efforts, so please interact for TH-cam algo 😊
you explanations are always clear and concise thanks you very much, Am also waiting the video on how to download file from firebase cloud storage in jetpack compose please Sir
As mentioned i noted it but i have some other plans for upcoming videos so maybe later
what makes it different with interface?
@@achmadichzan check my other shorts I have explained or th-cam.com/video/4cryd3Cacro/w-d-xo.html check my Kotlin crash course
do one video for downloading file from firebase cloud storage with jetpack compose
@@ChombaFredrick-d6m seems like specific assignment 😜 also when asking someone something adding “please” is a good habit
@@NativeMobileBits Thank for not only teaching us mobile app development but also proper use of language I appreciate, May you consider doing the video in request please
@@ChombaFredrick-d6m sure noted I have added this in video request pool 😊
Absolutely fabulous ❤, just have a doubt here. In the above example, loadImageFromUrl is a higher-order function, not onSuccess and onError. But every time, you mention them as higher-order functions
Glad you are liking my content do checkout my other videos
Thanks sir what a best wey explanation❤
@@cryptoMaster-q5w glad you are liking my content do watch my other videos as well ♥️🫶
Hello can you please make next video on how to Integrate banner ads and reward ads on app? Thanks for making useful content 😊
I am following a specific plan for videos you can check the plan in the community section later sometimes I will try to cover this as well
Thanks for the video sir very informative
Glad you are liking my content, do checkout my other videos as well :)