#kotlin
Read more stories on Hashnode
Articles with this tag
Photo Credit by medium.com/@alik.rafi7 I encountered this error while I was working with hilt dependencies in my Android project error: [Hilt] 91 ...
Introduction to Webview in Android Compose Jetpack Compose is very powerful and versatile making it possible to integrate webview in your mobile...
Introduction Jetpack Compose is a modern Android UI development kit that makes UI development with composable functions easy. Images are a vital...
Introduction to Jetpack Compose Jetpack Compose is a modern way to build UI for Android apps. Compose uses a Declarative UI approach. You declare...
Introduction to activities in Android Activities are part of the basic component of the Android application. Users cannot interact with an application...
A guide on implementing exception handling in Kotlin to avoid runtime issues in your application. ยท Introduction Exception handling is important in...