RobertMeissner / EcoIdler

WIP: A simple clicker/idler with an Eco touch
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Make Navigation reusable over all views #2

Closed RobertMeissner closed 1 year ago

RobertMeissner commented 1 year ago

Currently, navigation is hard coded into Main activity - make it easily available for all views

RobertMeissner commented 1 year ago

The keywords are jetpack and fragments. Better to switch between those

RobertMeissner commented 1 year ago

https://developer.android.com/guide/navigation/navigation-getting-started#kts

RobertMeissner commented 1 year ago

Switching to Jetpack Compose due to declarative approach.

RobertMeissner commented 1 year ago

I am working on the navigation components and routes

RobertMeissner commented 1 year ago

Simple routes added. NavHost controller must be handed through.