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

What would happen if you dropped your Motorola Droid Turbo into water?

If you want to test whether the water resistance ...

Wang Xuan: The tactical life of the "contemporary Bi Sheng"

Wang Xuan is a famous computer scientist in my co...

Mobile development fifth: 6 most popular positions for new programmers

[Bole Online Guide]: In March this year, FreeCode...

Dino Emotion "2021 Emotional Private Training" video tutorial

Dino Emotion "2020 Emotional Private Trainin...

Don’t believe these eight rumors about vegetables anymore!

As material life becomes more and more abundant, ...

Long March 5B rocket: The unique skills of the "big guy"

At 14:22 on July 24, the Long March 5B carrier ro...

Zhang Peichao's 30 Lectures on Modern Schizophrenia

Zhang Peichao's 30 Lectures on Modern Schizop...

Brand Marketing Promotion丨Why does IKEA sell products for free?

When it comes to marketing, IKEA has a lot to be ...

3 templates for high-conversion promotion ideas!

How to write a stunning opening for your creative...

3 stages of APP user growth!

Today I’m going to join in the fun and talk about...