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

https://github.com/shaikhmohammadtalha/google-android-course-projects

Practice apps from Google's Android Kotlin course using Jetpack Compose.
https://github.com/shaikhmohammadtalha/google-android-course-projects

android android-development android-kotlin codelabs google-developer-training jetpack-compose kotlin learning-project practice-projects

Last synced: about 1 month ago
JSON representation

Practice apps from Google's Android Kotlin course using Jetpack Compose.

Awesome Lists containing this project

README

          

# Google Android Course Projects

This repository contains my implementations of practice apps from Google's Android Kotlin course.
All project ideas and most of the source code are based on the official course materials provided by [Google Developer Training](https://github.com/google-developer-training), and fall under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

---

## 📱 Project: Business Card App

- **Source**: [Business Card App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-business-card)
- **Summary**: A simple Compose-based Android app that displays a business card-style UI with personal info and contact details.



---

## 🎲 Project: Dice Roller App

- **Source**: [Dice Roller App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-dice-roller)
- **Summary**: A Compose-based app that simulates rolling a six-sided dice, updating the dice image on each roll.




---

## 🍋 Project: Lemonade App

- **Source**: [Lemonade App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-lemonade)
- **Summary**: An interactive app built with Jetpack Compose that simulates making lemonade by tapping through different stages — from picking lemons to drinking.





---

## 💰 Project: Tip Calculator App

- **Source**: [Tip Calculator App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-calculate-tip)
- **Summary**: A Compose-based tip calculator app that demonstrates handling user input, UI state, keyboard actions, and toggle switches.




---

## 🖼️ Project: Art Space App

- **Source**: [Art Space App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-art-space)
- **Summary**: An interactive art display app built entirely from the codelab idea. Users can browse through different artworks using swipe gestures or navigation buttons. A long-press reveals tooltips with contextual information about each artist.





---

More projects will be added here as I continue progressing through the course.