Android KotlinAndroid 16’s New Orientation Rules | The End of Portrait-Only Apps: AdaptingShivam Malik
Android KotlinAndroid 16’s New Orientation Rules | The End of Portrait-Only Apps: AdaptingShivam Malik1kThe Android ecosystem is evolving faster than ever-- foldables, Chromebooks, car displays, and large-format tablets are no longer niche devices....
Android KotlinArea measurement app in Android With Google AR CoreShivam Malik953I am Write a code for Area measurement app in Android using with Google AR Core. To measure the area of a...
Android KotlinAndroid tutorialNavigation component android example kotlinShivam Malik2.3kNavigation component is a part of Android Jetpack library that helps you implement navigation functionality in your Android app. It...
Android KotlinAndroid MVVM with factory example Kotlin 2023Shivam Malik2kHi, Android developer in this Android Kotlin article we are learning about the Android MVVM used with the factory. So...
Android KotlinAndroid tutorialAndroidx Media3 ExoPlayer in Android with ExampleShivam Malik4.6kAndroidx Media3 ExoPlayer View is among the most frequently used UI components found in a variety of applications like YouTube, Netflix, and other...
Android KotlinIntroduction to Android Security & update 2022Shivam Malik1.9kAndroid security updates All you need to be aware of Security patches are frequently released for phones, and there are...
Android KotlinDifference between val and var in KotlinShivam Malik1.7kHi, Developer in this Kotlin article we learn about the difference between Val and Var in Kotlin. There are two...
Android KotlinAndroid Kotlin Functions and Visibility ModifiersShivam Malik1.6kIn this android Kotlin article, we learn about the Kotlin Functions and Visibility Modifiers. Also, you'll be able to learn...
Android KotlinKotlin Android Extensions – No more findViewByIdShivam Malik1.3kKotlin Android Extensions enable us to utilize the View component (EditTexts, TextViews, Buttons,...) directly, without using findViewById. This code sample is what...
Android KotlinKotlin data class inheritanceShivam Malik1.3kA compiler-derived Kotlin data class that holds data (of an object) is the Kotlin Data Class. The data keyword is used to...