# onboarding-examples-android **Repository Path**: mirrors_saulmm/onboarding-examples-android ## Basic Information - **Project Name**: onboarding-examples-android - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2026-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Onboarding examples on Android This repository shows how to provide different experiences of onboarding on Android , avoiding cold starts. This repository also serves as a reference for this [article](http://saulmm.github.io/avoding-android-cold-starts). ## How to use it? To check the different examples, modifies the 'AndroidManifest.xml' initial activity by any of the three declared. ```xml ``` ### Onboarding with an animation from the center ![](https://github.com/saulmm/onboarding-examples-android/blob/master/art/center.gif?raw=true) ## Onboarding with a placeholder ![](https://github.com/saulmm/onboarding-examples-android/blob/master/art/placeholder.gif?raw=true) ## Onboarding with a simple image ![](https://github.com/saulmm/onboarding-examples-android/blob/master/art/simple.gif?raw=true)