Skip to content

NBNGaming/sec_lab3

Repository files navigation

Inventory app

Solution code for Android Basics with Compose.

Introduction

This app is an Inventory tracking app. Demos how to add, update, sell, and delete items from the local database. This app demonstrated the use of Android Jetpack component Room database. The app also leverages ViewModel, Flow, and Navigation.

Pre-requisites

You need to know:

  • How to create and use composables.
  • How to navigate between composables, and pass data between them.
  • How to use architecture components including ViewModel, Flow, StateFlow and StateUi.
  • How to use coroutines for long-running tasks.
  • SQLite database and the SQLite query language

Getting Started

  1. Download and run the app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages