introductionThis 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 usePress the "increment (+)" button to increase the number. Press the "decrement (-)" button to decrease the number.record and resetPress 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 appDownload 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 sourcehttps://github.com/sseam/counterlicenseMIT License