A collection of projects and exercises focused on modern mobile development concepts, functional programming, and desktop/console applications using Kotlin and Dart.
| Project | Description | Technology |
|---|---|---|
| Grade Calculator System | A dual-mode (GUI/Console) student grading system with Excel support. | Kotlin, JavaFX |
| Functional Exercises | Side-by-side functional programming comparisons. | Kotlin, Dart |
| Sample Data | Realistic dataset files for testing the applications. | Excel (.xlsx) |
- Cross-Language Comparison: Side-by-side implementations in Kotlin and Dart.
- Modern Paradigms: Heavy focus on functional programming and reactive UI.
- Robust Tooling: Integration with Apache POI for professional data handling.
- Interactive UI: Both graphical (JavaFX) and CLI interfaces.
- Prerequisites: JDK 21+ and Dart SDK.
- Clone:
git clone https://github.com/mahitoh/mobile-application-development-lab.git - Explore: Navigate to individual project directories for specific run instructions.
Generated with ❤️ for Mobile App Development