- 229
- 376 259
Himanshu Gaur
India
เข้าร่วมเมื่อ 2 พ.ย. 2016
Welcome to Himanshu Gaur - your ultimate guide to Android Development! 🚀 Explore Android with tutorials that break down complex topics, whether you’re a beginner or experienced developer. Here, you’ll find in-depth guides on Jetpack Compose, Kotlin Coroutines, MVVM Architecture, Dagger Hilt, KMM, Performance Optimization, and much more. Through practical examples and hands-on projects, I’ll help you create efficient, scalable, and beautifully designed apps.
Stay tuned for series on testing, navigation, clean architecture, and performance profiling to make your Android journey smoother and more fun. Passionate about building amazing apps? Subscribe and hit the notification bell to stay updated on the latest trends!
What'sApp Group - chat.whatsapp.com/K6T8wynKdgc8D3hKXb2U2n
Website: himanshugaurandroid.in/
Stay tuned for series on testing, navigation, clean architecture, and performance profiling to make your Android journey smoother and more fun. Passionate about building amazing apps? Subscribe and hit the notification bell to stay updated on the latest trends!
What'sApp Group - chat.whatsapp.com/K6T8wynKdgc8D3hKXb2U2n
Website: himanshugaurandroid.in/
Kotlin Classes & Objects Explained 🚀 | OOP in Kotlin | Kotlin Crash Course
Buy me an iPad! : buymeacoffee.com/himanshugaur
Welcome to the KOTLIN Crash Course! 🎓 In this video, we’ll dive into Classes & Objects in KOTLIN, the foundation of Object-Oriented Programming (OOP).
🔹 What You’ll Learn:
✅ What are classes & objects in KOTLIN?
✅ How to define and instantiate objects.
✅ Understanding constructors and their types.
✅ Real-world examples to simplify OOP concepts.
By the end of this video, you'll be able to create and use classes & objects effectively in KOTLIN! 💡
🔥 Don't forget to 👍 Like, 📌 Subscribe, and 🔔 Turn on Notifications for more KOTLIN content!
💬 Have any questions? Drop them in the comments!
#kotlintutorial #kotlincrashcourse #kotlinclasses #kotlinobjects #kotlinoop #kotlinobjectorientedprogramming #kotlinbasics #learnkotlin #kotlinforbeginners #kotlinprogramming #kotlinconstructor #kotlinexample #kotlindevelopment #androiddevelopment #kotlinobjectinstantiation #kotlincourse #kotlinlearning #kotlinsyntax #kotlincoding #kotlinguide
Welcome to the KOTLIN Crash Course! 🎓 In this video, we’ll dive into Classes & Objects in KOTLIN, the foundation of Object-Oriented Programming (OOP).
🔹 What You’ll Learn:
✅ What are classes & objects in KOTLIN?
✅ How to define and instantiate objects.
✅ Understanding constructors and their types.
✅ Real-world examples to simplify OOP concepts.
By the end of this video, you'll be able to create and use classes & objects effectively in KOTLIN! 💡
🔥 Don't forget to 👍 Like, 📌 Subscribe, and 🔔 Turn on Notifications for more KOTLIN content!
💬 Have any questions? Drop them in the comments!
#kotlintutorial #kotlincrashcourse #kotlinclasses #kotlinobjects #kotlinoop #kotlinobjectorientedprogramming #kotlinbasics #learnkotlin #kotlinforbeginners #kotlinprogramming #kotlinconstructor #kotlinexample #kotlindevelopment #androiddevelopment #kotlinobjectinstantiation #kotlincourse #kotlinlearning #kotlinsyntax #kotlincoding #kotlinguide
มุมมอง: 43
วีดีโอ
Master If Else in KOTLIN 🔥 | KOTLIN Crash Course for Beginners
มุมมอง 628 ชั่วโมงที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Welcome to the KOTLIN Crash Course! 🚀 In this video, we’ll break down if-else statements in KOTLIN, an essential concept for making decisions in your code. 🔹 What You’ll Learn: ✅ Basic if-else syntax and structure. ✅ Using if-else as an expression in KOTLIN. ✅ Handling multiple conditions with nested if-else. ✅ Writing clean & efficient decision-m...
Mastering Functions & Higher Order Functions in KOTLIN 🚀 | KOTLIN Crash Course
มุมมอง 9611 ชั่วโมงที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Welcome back to the KOTLIN Crash Course! 🎓 In this video, we’ll explore functions in KOTLIN, from the basics to advanced higher-order functions that make KOTLIN powerful and expressive. 🔹 What you’ll learn: ✅ How to define and use functions in KOTLIN. ✅ Default & named arguments. ✅ Higher-order functions. ✅ Lambda expressions & function types. By ...
Understanding Types in KOTLIN: A Complete Beginner's Guide
มุมมอง 12623 ชั่วโมงที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Welcome to the KOTLIN Crash Course! In this video, we’ll dive into types in KOTLIN and explain why they’re crucial for writing reliable and efficient code. Whether you’re a beginner or looking to solidify your foundation, this video will break down: By the end of this video, you’ll have a solid grasp of types in Kotlin, setting you up for writing ...
🌟 Kotlin Crash Course: Master Variables in Kotlin (Beginners Guide) 🚀
มุมมอง 357วันที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Welcome to the first video of our Kotlin Crash Course! 🎉 In this session, we dive into the foundational concept of variables in Kotlin. Whether you're new to programming or transitioning to Kotlin, this video will help you understand: ✅ The difference between var and val. ✅ How to declare variables in Kotlin. With step-by-step explanations and pra...
Setting Up Your KOTLIN Coding Environment First Step to Master KOTLIN 🚀
มุมมอง 505วันที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Welcome to the first video of the Kotlin Crash Course! 🎉 In this video, we’ll guide you through setting up your Kotlin development environment step by step. Whether you’re a complete beginner or looking to refresh your setup, this video has you covered! Here’s what we’ll cover: ✅ Installing IntelliJ IDEA for Kotlin development. ✅ Setting up a Kotl...
Image Search App with Pagination & Caching | Jetpack Compose Tutorial 🚀 | Clean Architecture
มุมมอง 48314 วันที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Take your Android development skills to the next level by building an advanced Image Search App in Jetpack Compose! 🚀 This tutorial goes beyond basic pagination by integrating Remote Mediator for efficient offline caching using Paging 3, ensuring a seamless user experience even with poor network connectivity. Following Clean Architecture principle...
Master Ktor Client in Android: GET, POST, PUT, PATCH & DELETE Explained 🚀
มุมมอง 83621 วันที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Unlock the full potential of Ktor Client in your Android apps! In this video, we'll dive deep into the essentials of making HTTP requests with Ktor Client. Learn how to effectively use GET, POST, PUT, PATCH, and DELETE methods, along with practical examples for real-world scenarios. Whether you're a beginner or looking to enhance your skills, this...
Build an Image Search App with Pagination in Jetpack Compose | Clean Architecture Tutorial 🚀
มุมมอง 1.1K21 วันที่ผ่านมา
Buy me an iPad! : buymeacoffee.com/himanshugaur Ready to take your Android development skills to the next level? 🚀 In this tutorial, we'll build a feature-packed Image Search App using Jetpack Compose, with pagination powered by Paging 3. Following Clean Architecture, you'll learn to create a scalable and maintainable app while implementing infinite scrolling for a smooth user experience. 📌 Wha...
Dagger Hilt Crash Course 🚀: Master Dependency Injection in Android Like a Pro!
มุมมอง 1K28 วันที่ผ่านมา
Dagger Hilt Crash Course 🚀: Master Dependency Injection in Android Like a Pro!
Multi Module Movie Search App in Android | Jetpack Compose & Clean Architecture
มุมมอง 1.4Kหลายเดือนก่อน
Multi Module Movie Search App in Android | Jetpack Compose & Clean Architecture
Master SOLID Principles in Android Development | Clean Code Best Practices
มุมมอง 1.1Kหลายเดือนก่อน
Master SOLID Principles in Android Development | Clean Code Best Practices
Pie Chart in Android Using Canvas | Complete Guide
มุมมอง 241หลายเดือนก่อน
Pie Chart in Android Using Canvas | Complete Guide
Build Bar Charts from Scratch! 🔥🚀 | Canvas | Android | Kotlin
มุมมอง 334หลายเดือนก่อน
Build Bar Charts from Scratch! 🔥🚀 | Canvas | Android | Kotlin
Line Charts in Jetpack Compose Using Bézier Curves and Canvas | Android
มุมมอง 606หลายเดือนก่อน
Line Charts in Jetpack Compose Using Bézier Curves and Canvas | Android
Canvas Crash Course Create Stunning UIs! 🎨 | Android
มุมมอง 861หลายเดือนก่อน
Canvas Crash Course Create Stunning UIs! 🎨 | Android
ProGuard Secrets Revealed 🤫 | R8 | Android Security
มุมมอง 1.1Kหลายเดือนก่อน
ProGuard Secrets Revealed 🤫 | R8 | Android Security
Koin Annotations are here | Crash Course for Android
มุมมอง 550หลายเดือนก่อน
Koin Annotations are here | Crash Course for Android
STOP Using Extensions for Mapping! | Clean Architecture
มุมมอง 907หลายเดือนก่อน
STOP Using Extensions for Mapping! | Clean Architecture
Koin Crash Course | Simplified Guide for Android Beginners! 🌟
มุมมอง 746หลายเดือนก่อน
Koin Crash Course | Simplified Guide for Android Beginners! 🌟
ViewModel-Driven Type Safe Navigation Explained! | Android ( Proposal )
มุมมอง 772หลายเดือนก่อน
ViewModel-Driven Type Safe Navigation Explained! | Android ( Proposal )
Make Your Composables Lifecycle-Aware | Track View's Lifecycle Events
มุมมอง 4702 หลายเดือนก่อน
Make Your Composables Lifecycle-Aware | Track View's Lifecycle Events
Protect Your API Keys in Android | Best Practices for Secure Apps
มุมมอง 1.4K2 หลายเดือนก่อน
Protect Your API Keys in Android | Best Practices for Secure Apps
Master Encrypted Room Database in Android | Secure Your App's Data
มุมมอง 6102 หลายเดือนก่อน
Master Encrypted Room Database in Android | Secure Your App's Data
Preferences DataStore in Android: Complete Guide with Examples!
มุมมอง 4902 หลายเดือนก่อน
Preferences DataStore in Android: Complete Guide with Examples!
Encrypted Shared Preferences in Android: Step-by-Step Tutorial to Secure Your App Data
มุมมอง 5902 หลายเดือนก่อน
Encrypted Shared Preferences in Android: Step-by-Step Tutorial to Secure Your App Data
Effortless Google Sign-In with Credential Manager in Android | Full Tutorial
มุมมอง 2.8K2 หลายเดือนก่อน
Effortless Google Sign-In with Credential Manager in Android | Full Tutorial
AIDL: Seamless Data Sharing Between Apps!
มุมมอง 1.4K2 หลายเดือนก่อน
AIDL: Seamless Data Sharing Between Apps!
Build a Weather App in Kotlin Multiplatform Mobile (KMM) | Clean Architecture, Koin DI, Ktor, MVVM
มุมมอง 1.2K2 หลายเดือนก่อน
Build a Weather App in Kotlin Multiplatform Mobile (KMM) | Clean Architecture, Koin DI, Ktor, MVVM
please next video about retrofit!
bro make video on CICD pipeline
Nice ( Waiting for new projects though ) but it's really nice for beginners
Awsome🎉🎉
vai project le ao
I can relate this🤣😭 i made same mistake 😢
Excellent that is what I need thanks
Thanks sir for continuing..
Bro, make a video on where to apply for jobs, how to apply, and all the interview-related stuff. Also, include resume tips, portfolio building, and how to negotiate salary
I am getting Cannot create an instance of class RecipeListViewModel error. Do you know the solution?
I don't know why are building this playlist sir your previous content are to much advance topic off android now you work on basic playlist 😢😢😢 Why ????
Please explain it , I didn’t get it ??
Iska matlab ki jo log new aye h unko savi ka clone banane me maza ata h..lekin jab baat ati h baki k components sikhne ki toh maza nahi ata unhe..jaise dhilt gradle etc
@ dhanyawad 🙏
@@KaranRaj711Bt maine to sbhi sikhe clone ni bnaya kisi ka bhi kyuki syllabus ni hi khatam ho rha tha mera Android ka itna sab kuch hai
Great one... Waiting next one...
Time to unsubscribe this noob af channel ✌️
Just wait bro, Something big coming😊
Kotlin Multiplatform Course for absolute beginners please... Waiting 2025
Informative video.. waiting for next one
after watching alot of videos , now code works of yours thanks man
why always its getting only 2 pages (means 20 item of each query)?
Yeah, cause the backend sent 20 items, you can add one more query in api call which is per-page. Check the pixabay documentation 👍
Thank you!
this generrat a file in external path photos before share
code not shows only ur head shows
😮😮
Nice🎉❤
what is the number of version koin?
Connection is not building with data layer? Whats the issue?
better than simple than retrofit. i like it. please make the videe ktor with paging 3
Brother I started learning compose. But recently I am facing an issue. When I navigate to any screen. And then come back the screen still touchable for a few moments tho the screen is not visible and also the new screen is visible. Between this moment if I click then it clicks on the item of the invisible screen. I am facing this issue in every app. Please if you understood my problem then make a video related this.
Brother I started learning compose. But recently I am facing an issue. When I navigate to any screen. And then come back the screen still touchable for a few moments tho the screen is not visible and also the new screen is visible. Between this moment if I click then it clicks on the item of the invisible screen. I am facing this issue in every app. Please if you understood my problem then make a video related this.
😮
2 years I have struggled with this. 2 YEARS!! I got it in the first 10 minutes. Thanks Himanshur!
thanks for the video. Can you explain what kind of the cache it is? Images are not actually stored in the app, right? And what if there are fresh/new results in the API on the first pages? These are ignored because first results are coming form Room not API. Can you show how to check for updates in API after latest load into Room?
Post Kotlin MultiPlatform full course for absolute beginners
hello sir , thanks for the crash course . please help me with a problem . How can i provide viewModel in a service class using Dependency injection or anything else
terimakasih.. aku dari indonesia. berhasil sudah aku buktikan
hey there's a typo on your thumbnail should be "begins" not "begains"
Thanks bro but can you also show some real lie examples we can use to learn variables
😮😮😮😮😮
Finnally 😮😮😮😮
can create unit test for paging source / remote mediator? if yes it would be nice if you make vids about it
Thank you, for your video. Good explanation of how to wrap StateFlow to use it in IOS project
Very nice explanation . Hope you make a demo project where advance hilt concept use so that it will understand better. 😅
In this implementation there is one catch let's say I have an app like insta everytime user login user has to get the new posts but according to this implementation user will never get new posts since those page no's data is already stored in database so it will take from the DB and after that whichever pages are there that contains old data. Can you suggest how can it be done ?
Interesting🎉 excellent explanation
Bro your content is outstanding really you are doing great work please please please do a full course on Android development using jetpack compose from complete beginners to industry ready developer video a long video or a series of video please bro do like this. It will be very very helpful for persons like me please