https://github.com/domicoder/mobile-app-development-i
Exercises about Mobile App Development. UNICDA.
https://github.com/domicoder/mobile-app-development-i
Last synced: about 1 year ago
JSON representation
Exercises about Mobile App Development. UNICDA.
- Host: GitHub
- URL: https://github.com/domicoder/mobile-app-development-i
- Owner: domicoder
- Created: 2025-05-14T04:19:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T22:51:09.000Z (about 1 year ago)
- Last Synced: 2025-06-08T21:44:30.012Z (about 1 year ago)
- Language: Kotlin
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Android Mobile App Development
This repository contains code labs and exercises for learning Kotlin programming language fundamentals and Android mobile app development.
## Repository Structure
The repository is organized into code labs, with each lab focusing on specific Kotlin concepts and Android development topics.
### Code Labs
- **Kotlin Basics** (`codelab/may-15/codelab-kotlin-basics.kt`)
- Basic syntax and structure
- Operators and types
- Type conversion
- Variables and constants (var vs val)
- Number formatting
## Getting Started
To run the code labs:
1. Make sure you have Kotlin installed on your system
2. Use an IDE that supports Kotlin (like IntelliJ IDEA or Android Studio)
3. Open the project in your preferred IDE
4. Run the main function in any of the code lab files
## Prerequisites
- Kotlin development environment
- Basic understanding of programming concepts
- Android Studio (for Android development exercises)
## Learning Path
The code labs are designed to be completed in sequence, starting with basic Kotlin concepts and progressing to more advanced topics in Android development.
## Contributing
Feel free to contribute to this repository by:
- Adding new code labs
- Improving existing examples
- Fixing bugs
- Adding documentation
## License
This project is open source and available for educational purposes.
- UNICDA. Dominican Republic.