I'm creating video music search in android WebView and I wanted users can launch the android Youtube Application after clicked on search result in WebView.
Example:
- Activity A Listed search result after user enter search text
- Activity B launching youtube application with search result that user clicked from Activity A.
Anyway body know how to do this?
Regards,