Jet Pet Rescue App is a cutting-edge repository that serves as a comprehensive and interactive learning resource for developers interested in mastering Jetpack Compose, Retrofit, and the seamless integration of the Coil image loading library.
So the best solution is to implment deep links locally on the device using ADB (Android Debug Bridge) using any local domain (https://wwww.likander.com).
"https://www.likander.com/details_screen/:petId" => Runs details screen
For sure if tryed to launch the app from any browser on the device it will not open because 'https://www.likander.com' is a local host (dummy url), so the best solution to test if deep links works or no, I will call ADB and give it the local host 'https://www.likander.com' and my app package name 'hoods.com.jetpetrescue' like below:
- Download and run the project using Android Studio and in the terminal type below line and press enter:
adb shell 'am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "https://www.likander.com/details_screen/3' hoods.com.jetpetrescue
- And Details Screen will open.