#android-development
Read more stories on Hashnode
Articles with this tag
Kotlin, a statically-typed programming language, was designed to be an improved version of Java. One of the notable features of Kotlin is the inline...
Kotlin is a statically typed programming language designed to improve the productivity and readability of code. It provides several features that...
Activity It is one of the four main components of android and is generally the App's Entry Point. Unlike other programming paradigms where most of the...