An open API service indexing awesome lists of open source software.

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.

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.