Android KotlinAndroid 16’s New Orientation Rules | The End of Portrait-Only Apps: AdaptingParmit Singh
Android KotlinKotlin Coroutines with Retrofit in 2026Parmit Singh802If 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: AdaptingParmit Singh1.5kThe 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 CoreParmit Singh1.4kI 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 kotlinParmit Singh2.7kNavigation 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 2023Parmit Singh2.4kHi, 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 ExampleParmit Singh5.1kAndroidx 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 2022Parmit Singh2.2kAndroid 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 KotlinParmit Singh1.9kHi, 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 ModifiersParmit Singh1.8kIn 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 findViewByIdParmit Singh1.5kKotlin Android Extensions enable us to utilize the View component (EditTexts, TextViews, Buttons,...) directly, without using findViewById. This code sample is what...