Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.09 KB

Suitcase App

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

Screenshots

Onboarding Screen Sign In Screen Home Screen

App Scaffolding

Package com.application.suitcase

JetnewsApp.kt arranges the different screens in the Navbar.

SuitcaseNavGraph.kt configures the navigation routes and actions in the app.

Data

The data in the sample is static, held in the com.application.suitcase.model package.