- Видео 25
- Просмотров 3 507
Decode Android
Индия
Добавлен 25 дек 2023
Greetings and welcome to my RUclips channel, I'm Mohit Bishnoi from HR 20.
I'm a self taught Android Developer with 3 years of coding experience in making apps. I have launched 13+ Apps on Google Play which are running quite good so far. I learned coding from RUclips Tutorials which were little hard to grasp but with continuous efforts I have learned a lot.
In this channel I'll teach the basics to Advance level programming concepts to become an Developer of Billion Dollar App.
New video every Sunday.
Contact for any assistance - teammukam4people@gmail.com
I'm a self taught Android Developer with 3 years of coding experience in making apps. I have launched 13+ Apps on Google Play which are running quite good so far. I learned coding from RUclips Tutorials which were little hard to grasp but with continuous efforts I have learned a lot.
In this channel I'll teach the basics to Advance level programming concepts to become an Developer of Billion Dollar App.
New video every Sunday.
Contact for any assistance - teammukam4people@gmail.com
Image Cropper in Jetpack Compose Using Canvas | No Third-Party Libraries | Android Tutorial
Learn how to create a custom image cropper in Jetpack Compose using Canvas, without relying on any third-party libraries! This step-by-step tutorial will guide you through building an intuitive and user-friendly cropping tool from scratch, perfect for your Android apps.
📌 What You'll Learn in This Video:
1. Setting up Jetpack Compose Canvas for drawing.
2. Handling touch gestures for selecting and resizing the crop area.
3. Implementing cropping logic for images.
4. Best practices for using Canvas in Jetpack Compose.
📂 Resources: 👉 Full Source Code on GitHub: gist.github.com/decodeandroid/f005616760cd1196d314002c1842ba73
👉 Related Jetpack Compose Canvas Videos:
1. Android bot with Jetpack Compos...
📌 What You'll Learn in This Video:
1. Setting up Jetpack Compose Canvas for drawing.
2. Handling touch gestures for selecting and resizing the crop area.
3. Implementing cropping logic for images.
4. Best practices for using Canvas in Jetpack Compose.
📂 Resources: 👉 Full Source Code on GitHub: gist.github.com/decodeandroid/f005616760cd1196d314002c1842ba73
👉 Related Jetpack Compose Canvas Videos:
1. Android bot with Jetpack Compos...
Просмотров: 60
Видео
Spirit Level with Accelerometer | Sensors in Jetpack Compose | Kotlin | Android Studio
Просмотров 169Месяц назад
In this video, I walk you through building a Spirit Level using Jetpack Compose and the Accelerometer sensor in a clean and efficient way. I explain how to use sensors in Jetpack Compose, focusing on integrating them into your app architecture. For the demo, I showcase how the spirit level works with two reference bars (horizontal and vertical), which indicate the tilt angle and the movement of...
🚀 Android Developer Roadmap 2024 | Master Kotlin & Jetpack Compose 🚀
Просмотров 193Месяц назад
Are you ready to kickstart your Android development journey in 2024? In this comprehensive guide, I’ve laid out the ultimate roadmap for becoming a successful Android developer using Kotlin and Jetpack Compose! 🎉 In this video, you’ll learn: 1. The essential tools you need to start Android development from scratch. All about Android hardware components and how they interact with the software. 2...
Snake Game | Jetpack Compose Canvas | Android Studio | Kotlin
Просмотров 88Месяц назад
#android #jetpackcompose #kotlin #puzzlegame #canvas Hello friends in this video we will make a Snake Game using Jetpack Compose Canvas. This is simple but interactive Snake Game which have common features like increase size when eat reward and also eats itself which results in decrease in snake size. In this video you will learn about Canvas in Jetpack Compose. This will be very basic video an...
Puzzle Game | Jetpack Compose Canvas | Android Studio | Kotlin
Просмотров 1582 месяца назад
#android #jetpackcompose #kotlin #puzzlegame #canvas Hello friends in this video we will make a Puzzle Game using Jetpack Compose Canvas. This is a Sliding Numbers Puzzle Game in which you have to slide the numbers and arrange them in serial. In this video you will also learn some Math concepts too. This will be very basic video and you can customize the code of this video as per your requireme...
Custom Speedometer View | Jetpack Compose Canvas | Android Studio | Kotlin
Просмотров 2492 месяца назад
#android #jetpackcompose #kotlin #speedometer #canvas Hello friends in this video we will make a Custom Speedometer View using Jetpack Compose Canvas. In this Speedometer View we are showing a speed progress bar in 3 color as per speed and also the speed indicator or say speed hand which will move as per speed. This will be very basic video and you can customize the code of this video as per yo...
Analog Clock | Jetpack Compose Canvas | Android Studio | Kotlin
Просмотров 1562 месяца назад
#android #jetpackcompose #kotlin #canvas #clock Hello friends in this video we will make a Analog Clock using Jetpack Compose Canvas. This Clock is fully functional and its all hands are working in sync. This will be very basic video and you can customize the code of this video as per your requirement and make great Apps. If you have not watched my previous video please have a look at them : 1....
Custom Progress Bar | Jetpack Compose | Android Studio | Kotlin
Просмотров 783 месяца назад
#android #jetpackcompose #kotlin #progressbar Hello friends in this video we will make 4 types of Custom Progress Bar using Jetpack Compose. We will make Sliding Box Type Progress Bar, Scaling Circles Type Progress Bar, Expanding Bars Type Progress Bar and finally Rotating Circular Bars Type Progress Bar. This will be very basic video and you can customize the code of this video as per your req...
Pattern Lock View | Jetpack Compose Canvas | Android Studio | Kotlin
Просмотров 1393 месяца назад
#android #jetpackcompose #kotlin #canvas Hello friends in this video you will learn how to make Pattern Lock View using Jetpack Compose Canvas. We will be using Jetpack Compose Canvas for this video and I will explain each and every step in Hindi. This will be full descriptive videos on how Pattern views are made. You will also learn what mathematics concepts we need for such a custom Views in ...
Drag & Drop | Word Game in Jetpack Compose | Android Studio Tutorial Kotlin
Просмотров 2853 месяца назад
#android #jetpackcompose #kotlin #draganddrop Hello friends in this video you will learn how to make Word Game in which you can make word using drag & Drop feature of Jetpack Compose. This video will be a basic guide on how you can explore the Drag & Drop functionality in Jetpack Compose in Android Apps. You Can customize the code of this video as per your requirement and make great Apps. If yo...
Custom Pie Chart with Jetpack Compose in Android | Compose Canvas
Просмотров 1893 месяца назад
#android #jetpackcompose #kotlin #canvas Hello friends in this video you will learn how to make your own custom Pie chart and Donut chart with the help of jetpack compose canvas. We will be using Kotlin for this video. If you have not watched my previous videos on Jetpack compose where we made : 1. Android bot with Jetpack Compose Canvas ruclips.net/video/BGxTWd4ZRkY/видео.html 2. Line Chart wi...
Bar Chart | Jetpack Compose Canvas | Custom Android Chart
Просмотров 2155 месяцев назад
Hello guys in this video you will learn how to make Bar Chart with help of Jetpack Compose Canvas. We will make a bar chart using canvas API provided by Jetpack Compose. This video have a lot of code common from my last video on Line Chart with Compose Canvas. If you didn't watch that video so please go and check that out first. Android Bot with Jetpack Compose Canvas:ruclips.net/video/BGxTWd4Z...
Custom Line Chart | Jetpack Compose Canvas | Compose Canvas Android
Просмотров 2776 месяцев назад
Custom Line Chart | Jetpack Compose Canvas | Compose Canvas Android
Jetpack Compose Canvas- Draw Android Bot | Custom UI with Canvas #canvas #jetpackcompose
Просмотров 2216 месяцев назад
Jetpack Compose Canvas- Draw Android Bot | Custom UI with Canvas #canvas #jetpackcompose
Git & GitHub for Android Developers । Learn Git & GitHub in Android Studio। Decode Android
Просмотров 336 месяцев назад
Git & GitHub for Android Developers । Learn Git & GitHub in Android Studio। Decode Android
30+ Android Studio Shortcuts for Android Developer | Top Tips & Tricks
Просмотров 3210 месяцев назад
30 Android Studio Shortcuts for Android Developer | Top Tips & Tricks
How to use Android Studio | A Beginner Guide in 2024 | Hindi Tutorial
Просмотров 5210 месяцев назад
How to use Android Studio | A Beginner Guide in 2024 | Hindi Tutorial
Beginner's Guide to Android Development in 2024
Просмотров 6710 месяцев назад
Beginner's Guide to Android Development in 2024
Great Sir, Very Helpful video.
Bhai kitne saal ho gye tumko Android App development sikhe hue 🤔
It's been 3 years without any degree 🧑🎓
@decodeandroidapps kya baat h super 👍🏻
Great video sir 👏👏👏
Bhai apse connect kese karu ?
Bhai ke Efforts 🫶🔥
nice brother . brother can you give me some guidance i just started learning android developement but its seem so hard for me and i dont know what to learn in what order . if you just give me some tips it will be very helpful for me.
I'll be happy to help you😊 please mail me at teammukam4people@gmail.com
Zzkeddzioto
Bhai File Manager jetpack compose me
Great knowledge.. thanks
What i am looking for, an Car UI for round 4" & 5" touch displays! Possible? And yeah english were great, german even greater 😁
Simple Resume Maker jisme user ka name, age, city, objective show kare ya fir bmi Calculator
That's a great idea...it will be soon in upcoming videos👍
Bro how to make it internate speed checker. So that if internet speed is slow then we can view this to user
You can write logic to check speed and pass the speed in Speedometer view & also change color logic...Happy Coding😊
Bro please teach English
Sorry bro that's my weak point😔
Nice work! ✨
Thank you! Cheers!
nice video... you gain a new subscriber
Thanks 😊
Great video sir...❤❤
Thanks 😊
Great video sir 👍🏻
Thanks dear 😊
No one video....❤❤❤
👍👍👍
Thank you very much for this video. Could make it in English?
Sorry for now...I will try in future 👍
@@decodeandroidapps there is a new modifier DragAndDropSource and Target. That would be interesting if you could retake your video with those new modifier. thanks
nice
good
Thanks
nice
helpful
great job
good bhai
nice video
nice
👍👍👍
very helpful video bhai😊😊keep it up
good bro❤
nice video🎉
Great video bro. Thanks a lot
nice
easy to learn sir…thanking for video⭐️
so much helpful for beginners like me...very easy to understand
you can see it's incorrect ( look at the gradient under the curve ), so, why don't you fix it, first, before making a video of it.
Bro how can i customise it to multiple line in a single graph
❤
thanks ❤❤
❤❤
very nice and waiting for next one 🎉
😊😊😊thanks bhai
nice video and very helpful
teaching skill is very good
👍👍 nice
good startup bhai🎉
❤❤
good way of explaining
so much helpful for a person like me who is a beginner❤❤