mobiledevtutorials
  • Home
  • React Native
  • Android
  • Kotlin
  • Swift
Subscribe

Android Development

A collection of 4 posts
Kotlin Variables
Kotlin

Kotlin Variables

Kotlin has two different ways to declare variables: val (immutable variable) and var (mutable variable). The main between them is mutability.If you are planning to reassign value to variable usevar,  otherwise use val If you try to reassign the constant variable which is val, in the Intellij IDE, you
Jun 8, 2021 — 1 min read
Kotlin - Hello World
Kotlin

Kotlin - Hello World

In this article, you will learn to write Hello World program in Kotlin
Jun 7, 2021 — 1 min read
Android Development with Kotlin — Making Your First App
Android

Android Development with Kotlin — Making Your First App

In this tutorial, We are going to how to learn to create our first Android app. 1- Let's Open Android Studio First, open Android Studio. you will this window. Click "Create New Project". it will redirect you to select a project template page. 2. Select a Project template In this
Apr 17, 2021 — 1 min read
Android Development with Kotlin — Installing Android Studio
Android

Android Development with Kotlin — Installing Android Studio

In this tutorial series, We are going to learn about Android development with Kotlin [https://kotlinlang.org/] language. Before diving into App development, We need to install Android Studio which is an official development environment for Android. Go to the Android Studio website [https://developer.android.com/studio/]and download
Apr 17, 2021 — 1 min read
mobiledevtutorials © 2022
Powered by Ghost