Hi, I'm trying to open up the search option in youtube
and have also done a search.
I was able to figure this out with the web browser, but seeing the web browser doesn't play the videos then I needed a new way.
I have Intent to Open Youtube, but I can't seem to have it auto filter/search for a video.
Basically I have a list of Artist and Song names and want to be able to search for them on Youtube.
Any Thoughts?
Something like this?
and have also done a search.
I was able to figure this out with the web browser, but seeing the web browser doesn't play the videos then I needed a new way.
I have Intent to Open Youtube, but I can't seem to have it auto filter/search for a video.
Basically I have a list of Artist and Song names and want to be able to search for them on Youtube.
Any Thoughts?
Something like this?
Dim Intent1 As Intent
Intent1.Initialize(, "")
Intent1.SetComponent("com.google.android.youtube.QueryActivity")
Intent1.PutExtra("query", "SearchString")
StartActivity(Intent1)
Last edited: