Difference Between List<*> and List<Any> in kotlinIn Kotlin, List<*> and List<Any> serve different purposes, especially when dealing with generics and type safety. Here's a breakdown of…Oct 28, 2024Oct 28, 2024
Inline Class in KotlinAn inline class in Kotlin is a special class that wraps a single value and provides type safety without the memory overhead of a…Oct 28, 2024Oct 28, 2024
Create Your Own CameraApp Using CameraXCameraX is library which provides us to easily access our device camera to capture photos,videos with ease.this library supports for 94%…Mar 27, 2021Mar 27, 2021
Handling Visibility of multiple views using constraint layout widget groupConstraint widget group takes a attribute named app:constraint_referenced_ids=”pass your views ids into it”Sep 2, 2020Sep 2, 2020
Creating Callback Methods for RecyclerView ItemClicks(Kotlin,Androidx)First create a main layout for your actvity to implement recylerviewJul 12, 2020Jul 12, 2020