# SplashScreen **Repository Path**: caopeng000/SplashScreen ## Basic Information - **Project Name**: SplashScreen - **Description**: Splash screen demo that used with Jetpack ‘SplashScreen‘ library and Android 12's Splash Screen API. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-12 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jetpack Splash Screen Demo ![](https://z3.ax1x.com/2021/08/13/fDzSw6.png) App demo that used with Jetpack [SplashScreen](https://developer.android.google.cn/jetpack/androidx/releases/core?hl=zh-cn#core_splashscreen_version_100_2) library which helps building app splash page easily. * Help to user **Android 12's new Splash Screen API** * Support to **Android 6** ## :camera_flash:Splash screen effect on Android 8 & 12 ### 1. Enter effect
### 2. Keep splash effect longer
### 3. Exit effect for icon
### 4. Exit effect for total view
## :orange_book: Splash Screen API ![](https://z3.ax1x.com/2021/10/01/4ToJ2j.png) ## :orange_book: Reference site * [Jetpack SplashScreen library ](https://developer.android.google.cn/jetpack/androidx/releases/core?hl=zh-cn#core_splashscreen_version_100_2) * [Android 12 New Splash Screen API](https://developer.android.google.cn/about/versions/12/features/splash-screen) ## :orange_book: Blog detail * [Jetpack新成员SplashScreen:打造全新的App启动画面](https://juejin.cn/post/6997217571208445965) * [Android 12上全新的应用启动画面,适配一下?](https://juejin.cn/post/6962706834889113614) ## :copyright: License ``` MIT License Copyright (c) 2021 Ellison Chan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```