Is deeplinking straight when you have mix of activ...
# compose-android
r
Is deeplinking straight when you have mix of activities, fragments and compose within them. Considering the case of whether user has loggedin or not and navigation between these components. If anyone has done this and faced any issues and tackled them it could be really helpful in tackling those in a prod app. What we had earlier when we had activities was to capture the intent in a dummy screen with no ui write all the logic of redirection in that and redirect. It was messy and had multiple if else. Almost felt endless and way too complicated. This was how it was written when i joined my current company. I feel there must be more easier and concise way to handle this.