An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# smartbuy

[![Apk file](https://img.shields.io/github/downloads/genuinetools/apk-file/total.svg?style=for-the-badge)](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.

![List of categories](files/smartbuy_1.jpg "A list of categories")
![List of purchases](files/smartbuy_2.jpg "A list of purchases")

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