android应用的splash是“中国特色”还是有用的东西

Google Android 开发者文档上有这么一句If your application has a time-consuming initial setup phase, consider showing a splash screen or rendering the main view as quickly as possible………如果你的程序在启动阶段有一个耗时的初始化操作,可以考虑显示一个闪屏,或者尽快的显示主界面…………https://developer.android.com/training/articles/perf-anr.html
■网友
谷歌 Material Design 设计规范文档中的Patterns章节下有一节叫 Launch screens .即大家熟知的Splash Screen.谷歌将Launch screens的作用描述为:The launch screen is a user’s first experience of your application. 【android应用的splash是“中国特色”还是有用的东西】 Because launching your app while displaying a blank canvas increases its perceived loading time, consider using a placeholder UI or a branded launch screen.
所以,这并不是中国特色
参考:https://www.google.com/design/spec/patterns/launch-screens.html#

■网友
初始化一些东西啊,谁说的没用啊。
■网友
这个东西显然是因为有一些 App 在启动的时候需要进行一些初始化,就像 祈雨蓝的回答 所说,是符合标准的题主所说的中国特色在本国也不是什么稀奇事儿了,有个网站叫做豆瓣,为了推 豆瓣 APP 强行在豆瓣广播的 app 启动的时候加进去一个广告


    推荐阅读