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.
- 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.