Mini projects of howto series of Android App Development
Showcasing how to handle custom url such as example://abcdef/?param1=1234 in Android App
- Create an HTML file
- Add below line to the html file:
example://SomeHostPrefix/?UserName=abcdef&SessionId=12345"
- Then open this html file in Mobile Browser
