Code Android
Learn android basics from beginner level even if you have never used to code for android before.
This channel provides android coding techniques from scratch.
If you are students and you want to start coding for android development you can start here.
Creating basic video player using VideoView in Android
Image Picker in Android Kotlin using Fishbu library.
Resolve Cleartext HTTP traffic not permitted issue in android
Using custom fonts in Android
Disable and Enable Wifi programatically using Kotlin(Android Studio 4.0)
Android runtime permissions in Kotlin(Android Studio 4.0)
Migrating to androidx overview
Adding Images and Icons In Android Studio
Implementing Picasso Library in Android Studio 4.0
Creating basic QR Scanner application using zxing android embedded library in Android Studio 4.0.
How to create and use common(Reusable) layout files in Android, eg. header and footer.
Intents In Android(Explicit and Implicit)
Broadcast Receiver in android
Android Service Life Cycle(Bound and Started service)
Activity Life Cycle in android
Creating a basic android project and Navigation Between Two Activities using Intent in Android