https://github.com/klappdev/smartbuy
Android app for simple purchases
https://github.com/klappdev/smartbuy
Last synced: 4 months ago
JSON representation
Android app for simple purchases
- Host: GitHub
- URL: https://github.com/klappdev/smartbuy
- Owner: klappdev
- License: mit
- Created: 2020-06-24T18:19:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T14:58:19.000Z (over 3 years ago)
- Last Synced: 2025-02-23T22:29:07.402Z (10 months ago)
- Language: Kotlin
- Homepage:
- Size: 8.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# smartbuy
[](files/app-debug.apk)
Android application for simple buying products in shops.
The purpose of the application is to simplify buying products in shops using
user friendly interface.


Architecture:
------------
MVVM (Model View ViewModel)
Branches:
------------
* master - using compose base graphic user interface
* viewbase - using view base graphic user interface
Used Android libraries:
-----------------------
* AppCompat
* Android KTX
* App Startup
* Compose
* Lifecycle/LiveData
* Pagging
* Navigation
* Room
* Data Store
* ViewModel
* WorkManager
Used third party libraries:
--------------------------
* Timber
* Coil
* Hilt
* Kotlin Coroutines