- 59
- 767 733
Technical Coding
India
Приєднався 29 сер 2019
Hi guys, I am Pritish creator of this Technical Coding UA-cam channel, in this I post 2 videos every week about software and apps development. I create tutorial videos for beginners so I explain them in short and simplest way possible. In this channel I only make videos about a topic that I understand completely myself, I don't provide any worng information. Before I record my video I tried that code so it won't give any error.
I also update all the posts to my blog website where I explained thoroughly how does it works.
So if you like my videos please don't forget to subscribe.
I also update all the posts to my blog website where I explained thoroughly how does it works.
So if you like my videos please don't forget to subscribe.
How to Customize Bottom Navigation with Floating Action Button || Android Studio Tutorial
In this video, you are going to learn to customize bottom navigation view with a custom floating action button and display a badge icon on the item of the bottom navigation view. So, stay tuned for that.
Example code: it will available in short time
Thank you guys for watching and don,t forget to subscribe
ua-cam.com/users/technicalcoding
Support us through patreon:-
www.patreaon.com/technicalcoding
check out my website:-
technical-coding.blogspot.com
Follow us on Facebook page:-
profile.php?id=100090098400866&mibextid=ZbWKwL
Follow me on Intagram:-
technical__coding
#androidappdevelopment #android
Example code: it will available in short time
Thank you guys for watching and don,t forget to subscribe
ua-cam.com/users/technicalcoding
Support us through patreon:-
www.patreaon.com/technicalcoding
check out my website:-
technical-coding.blogspot.com
Follow us on Facebook page:-
profile.php?id=100090098400866&mibextid=ZbWKwL
Follow me on Intagram:-
technical__coding
#androidappdevelopment #android
Переглядів: 578
Відео
How to Schedule tasks with Alarm Manager in android || Android Studio tutorial
Переглядів 380Місяць тому
In This Video you will learn to schedule tasks like notifications, service or broadcast with android's alarm manager class so you can schedule them to run at some point in future. Example code: github.com/Pritish-git/alarm-manager Documentation: developer.android.com/reference/android/app/AlarmManager Thank you guys for watching and don,t forget to subscribe ua-cam.com/users/technicalcoding Sup...
How to Pass Data from one Fragment to another in android || Android Studio Tutorial
Переглядів 2822 місяці тому
In this you will learn how to pass data from one fragment to another fragment using bundle class. Source code: github.com/Pritish-git/pass_fragment_data Thank you guys for watching and don't forget to subscribe ua-cam.com/users/technicalcoding check out my website:- technical-coding.blogspot.com Follow me on Intagram:- technical coding/ #androiddev #github #androiddevelopers #andr...
How to implement Translate Animation in Android app || Android studio tutorial
Переглядів 2202 місяці тому
In this video, we are gonna learn how to implement translate animation in your android app, means moving your views from one place to another with animation. We will take a look how to create these animations and apply them to our views. We will also take a look at some customizations, so stay tune for that. Find src code in here github.com/Pritish-git/Translate-animation All the interpolators:...
How to Push code from android studio to Gtihub || Android studio tutorial
Переглядів 345Рік тому
In This Video I explain how you can push android studio projects from android studio to your github repository in a very simple steps, watch the video to know more. Thank you guys for watching and don,t forget to subscribe ua-cam.com/users/technicalcoding Support us through patreon:- www.patreaon.com/technicalcoding check out my website:- technical-coding.blogspot.com Follow us on Facebook page...
How to use new Dark them implementation features with android 10 and later | Android studio tutorial
Переглядів 874Рік тому
In This Video I will show new dark theme implementation features that was introducd in android version 10 and later and how you all of in your android app or migrate your app to support the changes. Example code: github.com/Pritish-git/new-dark-theme-implementation Thank you guys for watching and don,t forget to subscribe ua-cam.com/users/technicalcoding Support us through patreon:- www.patreao...
How to use Date and Time Picker Dialogs in android || Android Studio Tutorial
Переглядів 40 тис.Рік тому
In This Video I explain how to use Date and Time Picker Dialogs in android. You can easily create date and picker dialogs in this way and utilize them all over your android studio projects, it's very easy to do and look attractive, so stay tuned until the end. Example code: github.com/Pritish-git/date-and-time-picker-dialog Thank you guys for watching and don,t forget to subscribe ua-cam.com/us...
How to control FlashLight from android app || Android studio tutorial
Переглядів 3,4 тис.2 роки тому
In This Video I explain how you can turn on and off camera flashlight from your android app and in this tutorial you will learn how you can do this in higher android levels and as well as in android level also, so make sure to watch this video till the end. Example code: github.com/Pritish-git/turnOn-FlashLight Thank you guys for watching and don,t forget to subscribe ua-cam.com/users/technical...
How to vibrate Android device || Android studio tutorial
Переглядів 6 тис.3 роки тому
If you are a android device user then you have already noticed that the android device vibrates at certain events like notification, calls, alarms etc. Now in this video tutorial you will learn how to vibrate the android device for certain events in your app. And if you want this functionality in your app watch this video till the end to find out how its done. I hope you will like it. Example c...
How to Record Audio in android || Android studio tutorial
Переглядів 10 тис.3 роки тому
In this video you will learn how to record audio/sound from the device's mic and play the recorded audio. For that I will be using MediaRecorder class. Example code: github.com/Pritish-git/Record-Audio Thank you guys for watching and don,t forget to subscribe ua-cam.com/users/technicalcoding Support us through patreon:- www.patreaon.com/technicalcoding check out my website:- technical-coding.bl...
Get user's current location in android || Android studio tutorial
Переглядів 49 тис.3 роки тому
In This Video you will learn how to get user's current location with the help of gps in android. We will not use fusedlocationproviderclient to get the last known location that is saved in play services instead we will get device current location. We will use Google play service API to get device current location from the user and this will actual current location of the device not the last one...
How to request Multiple Permissions at once in android || Android studio tutorial
Переглядів 14 тис.3 роки тому
In This Video I will show how you can request multiple permissions at once in runtime in android and you can also check which permission were user allowed and which were denied, so stick to the tutorial watch it till the end to find out! With these you can ask more than one permission at a time and check which were allowed and which were denied by the client. Chapters 00:12 Preview 01:08 Add bu...
Create custom Circular ProgressBar in android studo || Android studio tutorial
Переглядів 13 тис.3 роки тому
In This Video you will learn how to create a circular progress bar in Android Studio that displays the current progress value and has a background color, at the end of video you will learn how to create your own circular determinate progressbar with your custom color. Chapter: 00:14 Preview 00:49 Creating Xml layout 02:16 Creating custom drawable shape 05:00 Java code to start progressbar Examp...
Create custom Horizontal ProgressBar in android studio || Android studio tutorial
Переглядів 43 тис.3 роки тому
Custom progress bar in android application gives it a personal touch. In This Video you will learn how you can create a custom Horizontal ProgressBar in android studio. Chapters: 0:04 Preview of what we are going to create 0:45 Add progressBar and button in layout 2:28 Create custom drawable for progressBar 5:14 Write the Java code 7:10 Result Example code: drive.google.com/file/d/1ZN_DdbgO-Ek5...
How to control screen brightness using seekbar in android || Android studio tutorial
Переглядів 4,7 тис.3 роки тому
In This Video I explain how to control screen brightness in android devices with the seekbar. With the help of the seekbar you can adjust the screen brightness. It is very useful and handy feature to have when you are creating Android app and it is also easy to implement. So keep watching till the end and find out how you can do it in your own. Example code: it will available in short time Than...
How to create shortcut Badge count in android studio || Android Studio tutorial
Переглядів 9 тис.3 роки тому
How to create shortcut Badge count in android studio || Android Studio tutorial
How to implement Lottie Animations in android || Android studio tutorial
Переглядів 3,1 тис.3 роки тому
How to implement Lottie Animations in android || Android studio tutorial
How to use sharedpreference to store the data in android || Android studio tutorial
Переглядів 7784 роки тому
How to use sharedpreference to store the data in android || Android studio tutorial
How to change app icon in android app || Android studio tutorial
Переглядів 7 тис.4 роки тому
How to change app icon in android app || Android studio tutorial
How to change packagename of an existing project || Android studio tutorial
Переглядів 4364 роки тому
How to change packagename of an existing project || Android studio tutorial
Create Custom Switch in android || Android studio tutorial
Переглядів 34 тис.4 роки тому
Create Custom Switch in android || Android studio tutorial
Create Custom Dialog in android || Android studio tutorial (2020)
Переглядів 61 тис.4 роки тому
Create Custom Dialog in android || Android studio tutorial (2020)
How to turn on loaction in android || Android studio tutorial
Переглядів 11 тис.4 роки тому
How to turn on loaction in android || Android studio tutorial
Get User's last known location in android || Android studio tutorial
Переглядів 22 тис.4 роки тому
Get User's last known location in android || Android studio tutorial
How to launch google maps turn-by-turn navigation from android app [ Android studio tutorial ]
Переглядів 19 тис.4 роки тому
How to launch google maps turn-by-turn navigation from android app [ Android studio tutorial ]
How to launch google maps from your android app [ Android studio tutorial ]
Переглядів 11 тис.4 роки тому
How to launch google maps from your android app [ Android studio tutorial ]
MotionLayout:- How to use motionlayout to create animation || Android studio 4.0 tutorial (2020)
Переглядів 9 тис.4 роки тому
MotionLayout:- How to use motionlayout to create animation || Android studio 4.0 tutorial (2020)
Create Custom Radio Button in android || Android studio tutorial
Переглядів 28 тис.4 роки тому
Create Custom Radio Button in android || Android studio tutorial
How to Send text message from android app || Android studio tutorial
Переглядів 43 тис.4 роки тому
How to Send text message from android app || Android studio tutorial
Notification style: Create inbox style notifications in android studio
Переглядів 1,3 тис.4 роки тому
Notification style: Create inbox style notifications in android studio
Thank you, very nice!
Can you pls do a tutorial about all use cases of ViewCompact (edge-to-edge) !
Hello boss
Hello
Ye latest matrial theme mak work karega fab button corner mai chala jata hai
Yes you have to add additional attributes to place at center
00:10 Design layout in Android studio for message sending application. 01:02 Creating text input and button for sending action 02:26 Provide IDs for views and declare SMS permission in Android manifest file 03:25 Setting up and initializing components in Android app 04:50 Create a method to send SMS in Android app 05:55 Parameters are crucial in sending text messages from Android app 06:43 Requesting permissions and sending SMS message in Android app 08:09 Sending text messages from Android app with permissions
Does it work in to do list app
Yes you can use it for reminders on your to do list app
is "Alarm Manager/Background & foreground services" Works fine when i target android 15 ??
Yes you can
thank you but how work automatically every days at time 08:30 AM and 05:45 PM ?
You can use setRepeat(), I will make a detailed video on this topic
What do you mean by '.... and target that icon" ? How did you target it ? Writing the code you wrote produces an error because the icon isn't found despite it being in the res/drawable folder
Hi
Good
Very nice
Cool ❤❤
Nice tutorial ❤❤❤appreciate it
You're welcome 😊
❤❤❤❤
❤❤❤❤
Nice
Thanks
Than
Can you make a video on notifications badge? I mean for example like Facebook or WhatsApp, if you receive message, Facebook or WhatsApp icon shown in the top of icon a number of message or notifications received. Need your help. If possible let's sharcontact. Thank!
I already have a video about showing notification badges on the app icons, ua-cam.com/video/UGRjPWO4ckE/v-deo.html
Hello, I am looking for this video longtime and I just get now. Appreciate it
❤❤❤❤
Thnaks man, it's working.
Nice! Thank you!
Thanks!
Hi does this application can call the other user? Like if i type a phone number in the application which u created above will it send the call to the other user who uses the same or different app Expecting your answer.
It sends an Intent to the calling app on the phone, you can open other apps too
i want this live navigation inside my app activity not to intent outside app
It will be very complex to develop that even some app companies avoid
@@TechnicalCoding Foodpanda, indrive etc are using it
Can you give the source code please ?
❤
Thankyou ❤
You're welcome 😊
how to add save buton and store in storage
thank you so much
can we make auto in to text and make todo my listing
YOUR INSTRUCTIONS ABSOLUTELY NOT CLEAR
Can you show calender connecting with to do list and alarm
Bro buton par click toh Kiya par notification nahin aa rahi hain code right hain ok❤❤
very easy way to dispatch
Nice sir thankyou very much ❤
can we set the progress's arc to curve ?
Thanks!!! It was helpfulll
very nice, concise and to the point! Perfect, thank you much!
I did it, thank you so much❤
All these method is deprecated I want to make an app like alarm. But the vibration Don't work if my phone screen is locked. Can.anyone help me?
Nice video. Thanks
nice, thank you
thank you so much for your codding support
thank you very much...
how to add this switch on the toolbar right side ?
nice video thank you so much 🙏🏼🙏🏼🙏🏼
Can you tell me in detail why show() is used here
If you don't call show(), that dialog won't appear
I Must Thank you for being a Tremendous help..May God Bless uh abundantly.....
Can you make tut like this for kotlin too?