Skip to content

xryar/Inventaris-App

Repository files navigation

InventarisHub

InventarisHub is an item management application that makes it easy for users to manage inventory with the following features :

  • Input item data efficiently to monitor stock
  • View historical item data to make finding information related to item usage easier.
  • Displays a detailed list of items, including stock information, prices, and item categories.

Preview

Libraries and technologies used

  • Navigation component : one activity contains multiple fragments instead of creating multiple activities.
  • Retrofit : making HTTP connection with the rest API and convert json file to Kotlin/Java object.
  • MVVM & LiveData : Saperate logic code from views and save the state in case the screen configuration changes.
  • Coroutines : do some code in the background.
  • view binding : instead of inflating views manually view binding will take care of that.
  • Glide : Catch images and load them in imageView.

About

Project KKP Unindra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages