Video not working properly in the below mentioned code. What could be the problem for this?
MediaController mediaController = new MediaController(getBaseCont
OK, try the following code. It will work.
Intent i = new Intent(Intent.ACTION_VIEW); i.setData(Uri.parse("http://www.youtube.com/v/wwI2w2YHkCQ?fs=1")); startActivity(i);