K Merle
07/29/2021, 7:03 PMColton Idle
07/29/2021, 8:00 PMColton Idle
07/29/2021, 8:02 PMOnce user authenticates, how do I remove authentication compose screens to not be in stack anymore? Multiple activities (e.g. AuthenticationActivity, ContentActivity) ?Basically your starting location should always be the "main" screen... not the "sign in" screen. When your main screen detects that a user is not logged in, then you navigate them to the sign in screen. Then when sign in is complete... you pop sign in. Leaving the user where they "originally" started (the "main" screen). Ian basically says that this is the recommended approach because then deep links work out really nicely. Imagine being deep linked to some really deep part of your app. But the user is not logged in... they log in... then they go back to where they came from!
Neal Sanche
07/29/2021, 9:47 PMColton Idle
07/30/2021, 12:47 AMzhuinden
07/30/2021, 8:56 PMColton Idle
07/31/2021, 12:09 AM