i have question in android manifest i define domain/{dynamictext}. but when i create link domain/{dynamictext}/anothertext it still can open my app screen why? bez i define only domain/{dynamictext}
@ommandavia3 жыл бұрын
Thanks for the video. May I ask how did you enable dark mode in android docs?
@conorzayden81833 жыл бұрын
i dont mean to be so off topic but does anyone know of a method to get back into an Instagram account? I somehow forgot my password. I would appreciate any tricks you can offer me.
@adityaroy18513 жыл бұрын
How to file open by my own app ?
@thomasdonzaala51724 жыл бұрын
Hello sir all works well but how can we go back to MainActivity from receive app activity say a, b, c
@androidtutorials93284 жыл бұрын
I think just hitting the back button should work. If you want to deep link, you would need to set something similar for the MainActivity, as we did for the A, B, C activities, and deep link into it from anywhere.
@thomasdonzaala51724 жыл бұрын
@@androidtutorials9328 Yes using back works fine but it seems to take you back the app from which the link was clicked instead of keeping you in the parent activity of same app.
@androidtutorials93284 жыл бұрын
I see what you mean. It that case you need the up button in your activity which will take you to a parent activity. stackoverflow.com/a/27282195
@MrDaniexpert5 жыл бұрын
Hey sir thank you for your tutorial i found it very helpful but i have a question if its possible how can u create a deelink to open wuffy player directly for a video liink ??
@androidtutorials93285 жыл бұрын
Thanks man. You would need to use the package structure of the application to deep link into it. This is an example for a similar problem, but deep linking into Google maps. developers.google.com/maps/documentation/urls/android-intents