Home Tags Mobile development

Tag: mobile development

Build your first Android app with Kotlin

0
Android application with Kotlin is an area which shines. Before getting started on this journey, we must set up our systems for the task at...

Creating a custom layout implementation for your Android app

0
In most applications, you'll find that a combination of the ConstraintLayout, CoordinatorLayout, and some of the more primitive layout classes (such as LinearLayout and FrameLayout) are more than enough...