Suitcase is an experimental record app, built with Jetpack. The goal of this app to create the UI in Compose and handle authentication and database logic with Firebase
This app makes use of
- Jetpack Compose
- Dagger hilt
- Firebase
Package com.application.suitcase
JetnewsApp.kt
arranges the different screens in the Navbar
.
SuitcaseNavGraph.kt
configures the navigation routes and actions in the app.
The data in the sample is static, held in the com.application.suitcase.model
package.