Bottom Tab Bar in Flutter

For navigating between various UIs, the BottomNavigationBar has gained popularity in recent years. Since the majority of apps now use this widget to switch between screens, many developers use bottom…

Hello World In Kotlin

This tutorial walks us through creating a simple Kotlin application for Android. It’s extremely easy to start using Kotlin for Android development. In this tutorial we’ll follow the warming up…