/trademe

:iphone: a mobile application that stores all the customers owned by a user and also monitor the activity of the amount of goods payed for and on credit

Primary LanguageJava

Trademe

Trademe is a mobile application that shows the list of customers a user have for either a wholesale shop or a retail shop and allows the owner of the shop to monitor the activity performed by each customers like the amount of goods been bought on credit and the one that is been payed for.

Overview

This application was built on using the popular MVVM model which is Model View architecture, The architecture been used in this project includes the popular wrapper of SQLiteDatabase which is room, the room gives us a way of using Data Access Object as a way of storing our data in the database in a more easier way and also retrieving our data. The ViewModel in this case help us display our data from the database which is coming from a helper class called the repository. it can be listed furthermore as

  • Room
  • LiveData
  • ViewModel
  • Repository

Screenshots

Conclusion

You can star the repository also. if you looking for a tutorial project on the use of recyclerview, room , livedata, view-model then this is your plug 🔌

Thank you 👋