Skip to content

This repository contains a Android Studio projects with Kotlin Files. These Kotlin files contains all the examples from Kotlin Bootcamp Codelabs. Everyone can fork and use this project to see outputs of the basic fundamentals defined in the Kotlin Bootcamp For Programmers in Codelabs.

CammyKamal/Kotlin-Bootcamp-for-Programmers

Repository files navigation

30 Days Of Kotlin

Kotlin BootCamp For Programmers

This repository contains a Android Studio projects with Kotlin Files. These Kotlin files contains all the examples from Kotlin Bootcamp Codelabs. Everyone can fork and use this project to see outputs of the basic fundamentals defined in the Kotlin Bootcamp For Programmers in Codelabs.

You can view the full details of this program here -: Kotlin Bootcamp For Programmers

Topics and Examples Covered in the sample project are:

  1. Getting Started With Kotlin
  2. Kotlin basics
  3. Functions
  4. Classes and objects
  5. Extensions
  6. Generics

Project Structure

Testing Examples

In order to test different Kotlin Examples in this sample Android Studio project follow below steps:

  1. Open Individual Kotlin File for which you want to see the output under defined package.
  2. Run main() method defined in the file to execute the Program.

Kotlin

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.

Android mobile development has been Kotlin-first since Google I/O in 2019.

For More information about Kotlin and It's benefit with Android Development can be found Here

In this project Kotlin Plugin Version is:1.3.0+

Android Studio

Android Studio is the official integrated development environment for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. It is available for download on Windows, macOS and Linux based operating systems.

In this project Android Studio Version is: *3.6.2

Gradle

Gradle is an open-source build automation system that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language instead of the XML form used by Maven for declaring the project configuration

In this project Gradle Plugin Version is: 3.6.2

About

This repository contains a Android Studio projects with Kotlin Files. These Kotlin files contains all the examples from Kotlin Bootcamp Codelabs. Everyone can fork and use this project to see outputs of the basic fundamentals defined in the Kotlin Bootcamp For Programmers in Codelabs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages