Mobile Application Development (COMP 30040)

Android Studio Project - Week 4

This repository contains the coursework for the Mobile Application Development module (COMP 30040), focusing on Android application development using Android Studio.

Project Overview

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.

Development Environment

  • IDE: Android Studio
  • Language: Java/Kotlin
  • Minimum SDK: 24
  • Target SDK: 34

Week 4 Content

  • Basic UI components
  • Activity lifecycle
  • Layout design
  • Event handling

Getting Started

  1. Clone this repository
  2. Open the project in Android Studio
  3. Sync Gradle files
  4. Run the application on an emulator or physical device

Project Structure

project/ ├── app/ │ ├── src/ │ │ ├── main/ │ │ └── ... ├── gradle/ └── ...

Features Implemented

Future Updates

Contributors

  • Taher
  • Putta

License

MIT


Last updated: 2024-11-05