Android, The Constructor Mediacontroller() Is Undefined
I have an android app, working fine with fragments, I need to show a video from a fragment, but in order to do this, I need to instantiate mediacontroller, but i get : The constru
Solution 1:
Something like this maybe,
MediaControllermediaController=newMediaController(getActivity().getApplicationContext());
Post a Comment for "Android, The Constructor Mediacontroller() Is Undefined"