A simple android app for sellers. The seller can add, edit and delete products that are bought by customers.
- If you Select any product, it automatically calculates your price with your quantity.
- Though when you select any product, it automatically shows the price of the item, but yet you can change both the price and quantity of the item manually.
- It automatically calculates the total price of the list of products. When you paid some amount, it subtracts from the total price and shows how much due is available there.
- The seller can add the customer information like name, phone number, address, and the product they bought to the database.
- Both edit and delete option is also available.
1 . Kotlin - First class and official programming language for Android development.
2 . Coroutines - For asynchronous and more..
3 . ViewModel - Stores UI-related data that isn't destroyed on UI changes.
4 . LiveData - Data objects that notify views when the underlying database changes.
5 . Material Components for Android - Modular and customizable Material Design UI components for Android