https://kotlinlang.org logo
Title
u

user

07/04/2022, 12:51 AM
Is there a way that dynamic Link can carry values or intents can be included in them So I'm using kotlin to build an app of places and I have implemented a share button using dynamic links to share each place and when clicked, the app will open to that specific place, skipping the splash activity. It was working fine before but I modify my code to use one activity for opening all this different places using intent.putExtra(), and retrieving it with getStringExtra(). So now the dynamic links are opening a blank activity because the information is only retrieve with...