This repository contains various Kotlin-based Android applications developed for learning, practice, and real-world use. Each project is structured separately for better organization.
Each app is stored in a separate folder within this repository:
Kotlin-App-Development/
β-- CourseAllocationApp/  
β-- WakeUpMate/  
β-- simpleCalculator/  
β-- addTwoNumbers/  
β-- README.md
A simple Android app that allows users to navigate between different screens (Students, Professors, Subjects, etc.).
- Tech Stack: Kotlin, Android Studio, XML
 - Features:
- Navigation between activities
 - Basic UI design
 
 
A basic alarm clock application to help users wake up on time.
- Tech Stack: Kotlin, Android Services, AlarmManager
 - Features:
- Set and manage multiple alarms
 - Background alarm functionality
 
 
A basic calculator app for performing simple arithmetic operations.
- Tech Stack: Kotlin, Android UI (XML)
 - Features:
- Addition, subtraction, multiplication, and division
 - Clear and reset functionality
 
 
A minimalistic app that takes two numbers as input and displays their sum.
- Tech Stack: Kotlin, Android Studio
 - Features:
- Simple UI for entering numbers
 - Instant calculation on button click
 
 
- Programming Language: Kotlin
 - Framework: Android SDK
 - UI Components: XML, Jetpack Compose
 - Databases: Room, Firebase Firestore (if applicable)
 - Networking: Retrofit, Volley (if applicable)
 
- Clone this repository:
git clone https://github.com/Abdullah-Niaz/Kotlin-App-Development.git
 
2. Open Android Studio and import the project.
3. Select an app folder and run it on an emulator or physical device.
---
πΉ **Contributions are welcome!** Feel free to open issues or submit pull requests.  
π¬ If you have any questions, reach out to me! π
```