# Code-Challenge **Repository Path**: harisucici/Code-Challenge ## Basic Information - **Project Name**: Code-Challenge - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: development - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-30 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code Challenge ## Description This project is a single-page mobile application that displays the temperature of a random location based on provided JSON data. The app allows viewing one random location at a time and includes a button to display the next random location. ## Running Instructions Follow these steps to run the application: 1. Clone this repository: `https://github.com/piroworkz/Code-Challenge.git` 2. Open the project in your preferred development environment (Android Studio, IntelliJ, etc.). 3. Set up the emulator or connect a physical device. 4. Run the application. - **Architectural Design (MVVM):** The project follows the MVVM (Model-View-ViewModel) architecture, enhancing code organization, separation of concerns, and maintainability. - **Unit Tests:** The application includes a robust suite of unit tests. This contributes to the reliability and stability of the codebase. - **Utilized Technologies:** 1. Coroutines: For asynchronous programming, enhancing the app's responsiveness. 2. Dagger Hilt: Used for dependency injection, promoting code modularity and testability. 3. Jetpack Compose: Leveraged for building the user interface, providing a modern and declarative approach to UI development.