Android KotlinAndroid 16’s New Orientation Rules | The End of Portrait-Only Apps: AdaptingShivam Malik
Android KotlinKotlin Coroutines with Retrofit in 2026Shivam Malik584If you’re an Android developer in 2025, mastering Retrofit + Kotlin Coroutines is non-negotiable. This combo gives you clean, modern, and scalable...
Android KotlinAndroid 16’s New Orientation Rules | The End of Portrait-Only Apps: AdaptingShivam Malik1.3kThe 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 Malik1.2kI 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.5kNavigation 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 Malik2.2kHi, 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 Malik5kAndroidx 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 Malik2.1kAndroid 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.8kHi, 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.7kIn 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.4kKotlin Android Extensions enable us to utilize the View component (EditTexts, TextViews, Buttons,...) directly, without using findViewById. This code sample is what...