資源簡介
仿嗶哩嗶哩bilibili代碼就是gocommonmaster仿嗶哩嗶哩的代碼
代碼片段和文件信息
package?com.vanco.abplayer;
import?com.vanco.abplayer.view.FileUtils;
import?android.app.Application;
import?android.content.Context;
import?android.os.Environment;
public?class?ABPlayerApplication?extends?Application{
private?static?ABPlayerApplication?mApplication;
/**?OPlayer?SD卡緩存路徑?*/
public?static?final?String?OPlayer_CACHE_base?=?Environment.getExternalStorageDirectory()?+?“/oplayer“;
/**?視頻截圖緩沖路徑?*/
public?static?final?String?OPlayer_VIDEO_THUMB?=?OPlayer_CACHE_base?+?“/thumb/“;
/**?首次掃描?*/
public?static?final?String?PREF_KEY_FIRST?=?“application_first“;
@Override
public?void?onCreate()?{
super.onCreate();
mApplication?=?this;
init();
}
private?void?init()?{
//創建緩存目錄
FileUtils.createIfNoExists(OPlayer_CACHE_base);
FileUtils.createIfNoExists(OPlayer_VIDEO_THUMB);
}
public?static?ABPlayerApplication?getApplication()?{
return?mApplication;
}
public?static?Context?getContext()?{
return?mApplication;
}
/**?銷毀?*/
public?void?destory()?{
mApplication?=?null;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-04-22?19:53??gocommon-master\
?????文件????????1276??2019-04-22?10:59??gocommon-master\.bazelrc
?????文件?????????894??2019-04-22?10:59??gocommon-master\.generated_files
?????文件?????????398??2019-04-22?10:59??gocommon-master\.gitignore
?????文件?????????284??2019-04-22?10:59??gocommon-master\.gome
?????文件??????????25??2019-04-22?10:59??gocommon-master\.kazelcfg.json
?????目錄???????????0??2019-04-22?19:49??gocommon-master\ABPla
?????文件?????????559??2015-06-04?14:36??gocommon-master\ABPla
?????文件?????????811??2015-05-31?17:29??gocommon-master\ABPla
?????目錄???????????0??2019-04-22?19:49??gocommon-master\ABPla
?????文件??????????55??2015-05-31?17:29??gocommon-master\ABPla
?????文件?????????173??2015-05-31?17:29??gocommon-master\ABPla
?????文件????????6142??2015-06-08?09:46??gocommon-master\ABPla
?????文件?????????129??2015-05-31?17:29??gocommon-master\ABPla
?????目錄???????????0??2019-04-22?19:49??gocommon-master\ABPla
?????文件???????68227??2015-05-31?17:29??gocommon-master\ABPla
?????文件???????53627??2015-05-31?17:29??gocommon-master\ABPla
?????目錄???????????0??2019-04-22?19:49??gocommon-master\ABPla
?????文件??????627582??2014-01-17?13:31??gocommon-master\ABPla
?????文件??????130344??2015-05-07?16:12??gocommon-master\ABPla
?????文件??????293672??2015-05-31?17:29??gocommon-master\ABPla
?????文件???????21706??2015-06-08?09:46??gocommon-master\ABPla
?????文件??????232241??2015-05-31?17:29??gocommon-master\ABPla
?????文件?????????781??2015-05-31?17:29??gocommon-master\ABPla
?????文件?????????930??2015-06-04?14:29??gocommon-master\ABPla
?????目錄???????????0??2019-04-22?19:49??gocommon-master\ABPla
?????目錄???????????0??2019-04-22?19:49??gocommon-master\ABPla
?????文件?????????654??2015-05-31?17:29??gocommon-master\ABPla
?????文件?????????917??2015-05-31?17:29??gocommon-master\ABPla
?????文件?????????192??2015-05-31?17:29??gocommon-master\ABPla
?????文件????????1027??2015-05-31?17:29??gocommon-master\ABPla
............此處省略2942個文件信息
- 上一篇:全國地圖矢量數據shp格式
- 下一篇:Kafka監控程序
評論
共有 條評論