This repository contains the coursework for the Mobile Application Development module (COMP 30040), focusing on Android application development using Android Studio.
This project demonstrates the fundamentals of Android app development covered in Week 4 of the course. Additional content from subsequent weeks will be added progressively.
- IDE: Android Studio
- Language: Java/Kotlin
- Minimum SDK: 24
- Target SDK: 34
- Basic UI components
- Activity lifecycle
- Layout design
- Event handling
- Clone this repository
- Open the project in Android Studio
- Sync Gradle files
- Run the application on an emulator or physical device
project/ ├── app/ │ ├── src/ │ │ ├── main/ │ │ └── ... ├── gradle/ └── ...
- Taher
- Putta
MIT
Last updated: 2024-11-05