흔한 카운터 Description
introduction
This program is made for users who are new to Android Compose. This app provides a simple number counting feature. It also provides the ability to record and store counted numbers. You can get a taste of the basic configuration of Android Compose through this app and source.
How to use
Press the "increment (+)" button to increase the number. Press the "decrement (-)" button to decrease the number.
record and reset
Press the save button on the top right to record the currently counted number. Up to 5 numbers can be stored, after which the number saved first will be erased. Pressing the upper left button resets the current counter. If you press and hold the text where the saved record is displayed, a dialog box asking if you want to initialize the record appears. If you click Yes, the saved record will be initialized.
download the app
Download it from the Google Play Store and test it out. And you can use it for simple counting in real life. (Is it obvious?)
download source
https://github.com/sseam/counter
license
MIT License
This program is made for users who are new to Android Compose. This app provides a simple number counting feature. It also provides the ability to record and store counted numbers. You can get a taste of the basic configuration of Android Compose through this app and source.
How to use
Press the "increment (+)" button to increase the number. Press the "decrement (-)" button to decrease the number.
record and reset
Press the save button on the top right to record the currently counted number. Up to 5 numbers can be stored, after which the number saved first will be erased. Pressing the upper left button resets the current counter. If you press and hold the text where the saved record is displayed, a dialog box asking if you want to initialize the record appears. If you click Yes, the saved record will be initialized.
download the app
Download it from the Google Play Store and test it out. And you can use it for simple counting in real life. (Is it obvious?)
download source
https://github.com/sseam/counter
license
MIT License
Open up