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.
- Host: GitHub
- URL: https://github.com/novalogics/android-discovery-lab
- Owner: NovaLogics
- License: mit
- Created: 2025-02-04T10:29:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T14:43:04.000Z (11 months ago)
- Last Synced: 2025-02-28T17:58:26.831Z (11 months ago)
- Topics: android-development, android-studio, kotlin
- Homepage:
- Size: 1.71 MB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.