mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-14 05:03:32 +01:00
Replace navigation #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @melihaksoy on GitHub (Jul 11, 2019).
Originally assigned to: @melihaksoy on GitHub.
Current state has multiple activities. Goal is to introduce single activity approach with deeplink navigation.
@melihaksoy commented on GitHub (Jul 11, 2019):
This actually is a bit of hussle with single activity. Current implementation of NavController doesn't really provide a way to keep activity intact while handling deeplink navigation within the app. See & debug
playgroundbranch for more information.