https://github.com/baala3/android-java-projects
Java apps for learning Android development
https://github.com/baala3/android-java-projects
android-studio java xml
Last synced: 11 months ago
JSON representation
Java apps for learning Android development
- Host: GitHub
- URL: https://github.com/baala3/android-java-projects
- Owner: baala3
- Created: 2025-04-14T07:26:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-06T04:02:17.000Z (12 months ago)
- Last Synced: 2025-07-06T04:33:02.654Z (12 months ago)
- Topics: android-studio, java, xml
- Language: Java
- Homepage:
- Size: 7.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📱 Android Projects (College Days)
This repository contains a collection of Android Java projects I developed during my college days (primarily during the Corona pandemic). These projects were built for hands-on learning and experimentation with Android Studio, covering various concepts like APIs, UI/UX, and device features.
Since these apps were not optimized for production, I never published them on the Play Store/App store. Instead, you can test them directly in your browser using Appetize.io, a cloud-based platform for running native mobile apps without emulators or physical devices.
## 🚀 Project List
Here are the projects included in this repo:
- 🦠 Corona Tracker – Tracks COVID-19 cases using public APIs.
- 👤 Face Detector – Uses ML Kit for basic face detection.
- 🖼️ Image Gallery – Displays and manages local images.
- 📝 My Notes – A basic note-taking app.
- ❓ Trivia – A quiz app with multiple-choice questions.
- ☀️ Weather App – Fetches and displays weather data according to device location.