Source code | Uber's welcome screen

Source code | Uber's welcome screen

Source code introduction: Uber welcome page. Uber's welcome interface Android version Source: https://github.com/KobeGong/UberSplash

Download address: http://download..com/data/2194852

Source code effect:

Source code snippet:

  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. }

<<:  Source code | Practical calendar control

>>:  Source Code|Cloud Tags

Recommend

The smell you love so much can actually promote nerve regeneration?

Compiled by: Gong Zixin Known for its rich, earth...

IQVIA: Global Drug Use Report 2022

Despite the uncertainty created by the global pan...

High commissions, Meituan’s Achilles’ heel

Remember, when Tencent became the public enemy of...

A "weighing scale" in space: How to measure body mass in microgravity?

During the journey of space exploration, astronau...

Toxic, harmful and disease-causing! Throw away these plastic bags at home

Our daily lives seem to be inseparable from plast...

Fire hazard, did you know that the airway can also be "very injured"?

This is the 4864th article of Da Yi Xiao Hu In re...

How far away is Betelgeuse, the famously doomed star?

How to measure the distance from Betelgeuse to Ea...

What effects will looking down at your phone for a long time have on your body?

The latest data shows that The number of Internet...

What are the requirements for adding keywords to Baidu’s bidding promotion?

What are the requirements for adding keywords to ...

In a county town in Henan, diamonds are sold like cabbages? They are grown!

At the beginning of this year, the cultural and t...

How much does it cost to join a women's clothing app in Beijing?

For entrepreneurs, although mini program developm...