最新回答 / tlf1220
剛看2-6,說是可以用百度播放器或樂視播放器,或者將視頻轉(zhuǎn)碼,相信課程的后面幾節(jié)有介紹,準(zhǔn)備繼續(xù)看下去:)
2017-06-15
最新回答 / yunqiang88
作為Handler中消息的id ?如果Handler中要處理多個(gè)消息那么就要用這個(gè)id來區(qū)分不同的消息了,這個(gè)例子中,沒有多個(gè),所以不要也沒事
2017-06-03
最新回答 / 慕先生8377693
<LinearLayout ? ?android:orientation="vertical" ? ?xmlns:android="http://schemas.android.com/apk/res/android" ? ?xmlns:tools="http://schemas.android.com/tools" ? ?android:layout_width="match_parent" ? ?android:layout_height="match_parent" ? ?tools:cont...
2017-06-01
最新回答 / 漠流云
可自定義video,重寫寬高;最關(guān)鍵的是要在橫豎屏判斷語句中添加: ?//移除半屏狀態(tài) ? ? ? ? ?getWindow().clearFlags((WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN));//添加一個(gè)全屏狀態(tài)getWindow().addFlags((WindowManager.LayoutParams.FLAG_FULLSCREEN));
2017-05-19