Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodingmontana/counterapp
This repository contains my submission for the Jetpack Compose Counter App Challenge. The challenge was to create a simple counter application using Jetpack Compose, allowing users to increment and decrement a counter value.
https://github.com/thecodingmontana/counterapp
Last synced: 7 days ago
JSON representation
This repository contains my submission for the Jetpack Compose Counter App Challenge. The challenge was to create a simple counter application using Jetpack Compose, allowing users to increment and decrement a counter value.
- Host: GitHub
- URL: https://github.com/thecodingmontana/counterapp
- Owner: thecodingmontana
- Created: 2024-01-23T08:32:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T14:12:56.000Z (12 months ago)
- Last Synced: 2024-12-19T03:42:45.415Z (17 days ago)
- Language: Kotlin
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jetpack Compose Counter App Challenge
=====================================Overview
--------This repository contains my submission for the Jetpack Compose Counter App Challenge. The challenge was to create a simple counter application using Jetpack Compose, allowing users to increment and decrement a counter value.
Features
--------- Increment and decrement buttons to adjust the counter value.
- Display of the current counter value.
- Responsive and user-friendly UI.
- Efficient state management using Jetpack Compose.Preview
-----------Technologies Used
------------------ [Kotlin](https://kotlinlang.org/)
- Jetpack ComposeHow to Run
----------1. Clone the repository:
```bash
git clone https://github.com/DevHumbleChris/counterapp.git
```2. Open the project in Android Studio.
3. Run the app on an emulator or a physical device.Code Structure
--------------The codebase is organized as follows:
- `app/src/main/java/com/example/counterapp/` - Contains the main source code.
- `app/src/main/res/` - Contains resources such as layout files and drawables.Dependencies
------------- Android Gradle Plugin
- Jetpack Compose
- NavigationContributing
------------Feel free to submit issues and pull requests. Contributions are welcome!
License
-------This project is licensed under the MIT License.
Acknowledgments
---------------I would like to express my gratitude to [@Hutsy](https://twitter.com/Hutsydev) for making UI development in Android more enjoyable.