Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokhy1/calculatorapp
Simple Calculator App using Jetpack Compose
https://github.com/tokhy1/calculatorapp
android-app android-studio androiddevelopment calculator-application jetpack-compose viewmodel
Last synced: about 1 month ago
JSON representation
Simple Calculator App using Jetpack Compose
- Host: GitHub
- URL: https://github.com/tokhy1/calculatorapp
- Owner: tokhy1
- Created: 2023-08-26T00:47:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T00:56:35.000Z (over 1 year ago)
- Last Synced: 2024-04-18T03:11:53.499Z (8 months ago)
- Topics: android-app, android-studio, androiddevelopment, calculator-application, jetpack-compose, viewmodel
- Language: Kotlin
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Mobile App
Simple Calculator App using Jetpack Compose!## Features
- Simple User interface
- Adding numners
- Substracting numbers
- Multipling numbers
- Dividing numbers
- Can make backspace (DEL)
- Can clear the result (AC)## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request## Contact
Get in touch with me at [email protected]Happy coding!