自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

源碼|Uber的歡迎界面

移動(dòng)開(kāi)發(fā)
Uber welcome page.Uber的歡迎界面Android版 來(lái)源:https://github.com/KobeGong/UberSplash

源碼簡(jiǎn)介:Uber welcome page.Uber的歡迎界面Android版 來(lái)源:https://github.com/KobeGong/UberSplash

下載地址:http://down.51cto.com/data/2194852

源碼效果:

源碼片段:

  1. @Override 
  2.     protected void onCreate(Bundle savedInstanceState) { 
  3.         super.onCreate(savedInstanceState); 
  4.         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { 
  5.             Window window = getWindow(); 
  6.             window.setFlags( 
  7.                     WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS, 
  8.                     WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS); 
  9. //            window.setFlags( 
  10. //                    WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION, 
  11. //                    WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION); 
  12.         } 
  13.         setContentView(R.layout.activity_main); 
  14.         getSupportActionBar().hide(); 
  15.   
  16.         findView(); 
  17.   
  18.         initView(); 
  19.   
  20.         File videoFile = getFileStreamPath(VIDEO_NAME); 
  21.         if (!videoFile.exists()) { 
  22.             videoFile = copyVideoFile(); 
  23.         } 
  24.   
  25.         playVideo(videoFile); 
  26.   
  27.         playAnim(); 
  28.     } 

 

責(zé)任編輯:倪明 來(lái)源: devstore
相關(guān)推薦

2015-08-07 15:32:19

歡迎界面仿微信仿qq空間

2015-10-22 13:10:43

CDN

2017-07-26 18:49:00

京東機(jī)器學(xué)習(xí)人工智能

2016-12-20 08:38:06

Uber無(wú)人駕駛科技新聞早報(bào)

2015-09-29 14:13:27

滴滴uber打車(chē)

2016-03-14 14:45:18

中華網(wǎng)

2015-10-12 11:19:35

墨跡天氣引導(dǎo)界面android

2015-12-02 11:23:38

DockerUber容器服務(wù)

2021-07-28 05:30:38

Uber陷入數(shù)據(jù)安全

2016-05-23 13:50:23

UberHadoopSpark

2022-04-07 14:09:50

Go工程師代碼

2014-12-11 13:37:13

WPF架構(gòu)

2022-05-16 14:07:23

微軟GitHub開(kāi)源

2017-08-08 15:02:00

半月刊

2017-01-05 20:11:34

大數(shù)據(jù)技術(shù)審計(jì)系統(tǒng)

2019-10-15 14:16:45

編程語(yǔ)言Go 開(kāi)發(fā)

2015-03-18 10:04:06

LyftUber

2019-09-20 10:43:20

裁員Uber騰訊

2014-12-03 12:50:12

隱私安全隱私數(shù)據(jù)Uber
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)