{"id":28486961,"url":"https://github.com/shaikhmohammadtalha/google-android-course-projects","last_synced_at":"2026-04-17T00:02:21.407Z","repository":{"id":296838715,"uuid":"989922826","full_name":"shaikhmohammadtalha/google-android-course-projects","owner":"shaikhmohammadtalha","description":"Practice apps from Google's Android Kotlin course using Jetpack Compose.","archived":false,"fork":false,"pushed_at":"2025-06-02T10:15:17.000Z","size":4534,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T02:25:47.749Z","etag":null,"topics":["android","android-development","android-kotlin","codelabs","google-developer-training","jetpack-compose","kotlin","learning-project","practice-projects"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shaikhmohammadtalha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-25T05:51:40.000Z","updated_at":"2025-06-02T10:15:21.000Z","dependencies_parsed_at":"2025-06-02T21:26:24.370Z","dependency_job_id":"48e777b2-07cb-4acd-ad7e-c07ab0899c08","html_url":"https://github.com/shaikhmohammadtalha/google-android-course-projects","commit_stats":null,"previous_names":["shaikhmohammadtalha/google-android-course-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaikhmohammadtalha/google-android-course-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhmohammadtalha%2Fgoogle-android-course-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhmohammadtalha%2Fgoogle-android-course-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhmohammadtalha%2Fgoogle-android-course-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhmohammadtalha%2Fgoogle-android-course-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaikhmohammadtalha","download_url":"https://codeload.github.com/shaikhmohammadtalha/google-android-course-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhmohammadtalha%2Fgoogle-android-course-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-development","android-kotlin","codelabs","google-developer-training","jetpack-compose","kotlin","learning-project","practice-projects"],"created_at":"2025-06-08T03:09:57.719Z","updated_at":"2026-04-17T00:02:21.388Z","avatar_url":"https://github.com/shaikhmohammadtalha.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Android Course Projects\n\nThis repository contains my implementations of practice apps from Google's Android Kotlin course.  \nAll 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).\n\n---\n\n## 📱 Project: Business Card App\n\n- **Source**: [Business Card App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-business-card)\n- **Summary**: A simple Compose-based Android app that displays a business card-style UI with personal info and contact details.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/BusinessCardApp/metadata/images/phoneScreenshots/01.png\" width=\"230\"\u003e\n\u003c/p\u003e\n\n---\n\n## 🎲 Project: Dice Roller App\n\n- **Source**: [Dice Roller App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-dice-roller)\n- **Summary**: A Compose-based app that simulates rolling a six-sided dice, updating the dice image on each roll.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/DiceRoller/metadata/images/phoneScreenshots/01.png\" width=\"230\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/DiceRoller/metadata/images/phoneScreenshots/02.png\" width=\"230\"\u003e\n\u003c/p\u003e\n\n---\n\n## 🍋 Project: Lemonade App\n\n- **Source**: [Lemonade App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-lemonade)\n- **Summary**: An interactive app built with Jetpack Compose that simulates making lemonade by tapping through different stages — from picking lemons to drinking.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/Lemonade/metadata/images/phoneScreenshots/01.png\" width=\"230\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/Lemonade/metadata/images/phoneScreenshots/02.png\" width=\"230\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/Lemonade/metadata/images/phoneScreenshots/03.png\" width=\"230\"\u003e\n\u003c/p\u003e\n\n---\n\n## 💰 Project: Tip Calculator App\n\n- **Source**: [Tip Calculator App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-calculate-tip)\n- **Summary**: A Compose-based tip calculator app that demonstrates handling user input, UI state, keyboard actions, and toggle switches.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/TipCalculator/metadata/images/phoneScreenshots/01.png\" width=\"230\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/TipCalculator/metadata/images/phoneScreenshots/02.png\" width=\"230\"\u003e\n\u003c/p\u003e\n\n---\n\n## 🖼️ Project: Art Space App\n\n- **Source**: [Art Space App Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-art-space)\n- **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.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/ArtSpace/metadata/images/phoneScreenshots/01.png\" width=\"230\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/ArtSpace/metadata/images/phoneScreenshots/02.png\" width=\"230\"\u003e\n  \u003cimg src=\"https://github.com/shaikhmohammadtalha/google-android-course-projects/blob/main/ArtSpace/metadata/images/phoneScreenshots/03.png\" width=\"230\"\u003e\n\u003c/p\u003e\n\n---\n\nMore projects will be added here as I continue progressing through the course.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikhmohammadtalha%2Fgoogle-android-course-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaikhmohammadtalha%2Fgoogle-android-course-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikhmohammadtalha%2Fgoogle-android-course-projects/lists"}