An open API service indexing awesome lists of open source software.

https://github.com/novalogics/android-discovery-lab

This repository documents my journey through the Android Developer guidelines using Kotlin. It includes step-by-step instructions, screenshots, and explanations for each unit.
https://github.com/novalogics/android-discovery-lab

android-development android-studio kotlin

Last synced: 11 months ago
JSON representation

This repository documents my journey through the Android Developer guidelines using Kotlin. It includes step-by-step instructions, screenshots, and explanations for each unit.

Awesome Lists containing this project

README

          

Android Discovery Lab
♨ [ ᴀɴᴅʀᴏɪᴅ ᴘʀᴏᴊᴇᴄᴛ ] ♨

This repository documents my journey through the Android Developer guidelines using Kotlin. It includes step-by-step instructions, screenshots, and explanations for each unit.

---


### Units
01: [**First Android App**](https://github.com/NovaLogics/android-discovery-lab/tree/unit/u001-first-android-app)
In this unit, I created my first Android project using Android Studio. The goal was to familiarize myself with the Android development environment
#

### Experiment Units
01: [**Kotlin Coroutines**](https://github.com/NovaLogics/android-discovery-lab/tree/expt/e001-kotlin-coroutines)
In this unit, I explored Kotlin Coroutines to understand how they simplify asynchronous programming in Android.