can an Android emulator can play youtube video direcly without using web view
1 Answer
Hi Saket,
to play youtube videos in your app you have to use a WebView.
On Android you can also setup an intent that is directly opening the Youtube application when triggered (see http://docs.appcelerator.com/titanium/latest/#!/guide/Android_Intents ).
Your Answer
Think you can help? Login to answer this question!