Why lateinit is Problematic for Views in Fragments?lateinit is one of Kotlin's most appreciated features, offering a concise way to initialize properties later. However, when used with…2d ago2d ago
Demystifying the Android Build Process: A Deep Dive into APK GenerationAs an Android developer, have you ever wondered about the intricate journey your code takes from source files to a fully functional APK…Sep 211Sep 211
Memory Optimization Techniques in AndroidMemory optimization is an essential aspect of Android app development, particularly for large projects where memory usage can be a concern…Apr 11, 20235Apr 11, 20235
SOLID design principles introduced by Uncle BobLet’s simplify this for the sake of learning…Jan 15, 20211Jan 15, 20211
Android-Library Circular Loader Within Floating ButtonHere I am showing a excellent android animation library which is built by me but before this I wanna tell you something why you need this…Apr 29, 2020Apr 29, 2020
Simplifying Lambada Expression and High Order Function in KotlinLet’s get you started to easily learn Lambda Expressions and HOFsMar 6, 20201Mar 6, 20201