• Stars
    star
    578
  • Rank 74,767 (Top 2 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

How to use it?

To check the different examples, modifies the 'AndroidManifest.xml' initial activity by any of the three declared.

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.example.saulmm.splashes">

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">

        <activity
            android:name=".OnboardingWithPlaceholderActivity"
            android:theme="@style/AppTheme.CenterAnimation">

            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
        </activity>

        <activity
            android:name=".OnboardingWithCenterAnimationActivity"
            android:theme="@style/AppTheme.Placeholder">
        </activity>

        <activity
            android:name=".OnBoardingWithSimpleBackground"
            android:theme="@style/AppTheme.Simple"/>
    </application>

</manifest>

Onboarding with an animation from the center

Onboarding with a placeholder

Onboarding with a simple image

More Repositories

1

Android-Material-Examples

[Deprecated] Little bites of Material Design
Java
2,835
star
2

CoordinatorBehaviorExample

Java
2,718
star
3

Material-Movies

[Deprecated] An application about movies with material design
Java
2,436
star
4

CoordinatorExamples

Different CoordinatorLayout usages, tips & examples
Java
1,323
star
5

Curved-Fab-Reveal-Example

Java
1,151
star
6

Avengers

[Deprecated] This project aims to work as a demo project and reference using the common frameworks and tools
Java
1,083
star
7

From-design-to-Android-part1

First part of 'from design to android' series
Java
626
star
8

From-design-to-Android-part2

Kotlin
429
star
9

OpenLibra-Material

OpenLibra client on Material Design
Java
359
star
10

Android-Notification-Example

A simple sample showing the different types of notifications on Andoid
Shell
191
star
11

Android-L-Preview-Concepts

This project is focused on the sample using the API's new preview version of Android-L, use of transitions, shadows etc...
Java
165
star
12

Gradle-Stuff

Java
59
star
13

RecyclerView-demo

Java
56
star
14

android_sign_in_sample

Java
30
star
15

twitter-for-android-wear

Java
26
star
16

android-refresh-layout-example

Java
24
star
17

android_tts_example

A simple android app showing an implementation of android sdk tts system
Java
22
star
18

android-arrow-drawable-sample

Java
16
star
19

Android-Wearable-example

Java
10
star
20

Retrofit-2-basic-sample

Basic usage of Retrofit 2 (Beta stage)
Java
8
star
21

Precompiled-Scripts-With-Version-Catalogs

Kotlin
7
star
22

android-wear-basics

Java
6
star
23

Android-Dagger-Example

Java
4
star
24

twitter-for-galaxy-gear

Java
4
star
25

myAwesomeSpaceJavaGame

A simple space java game :)
Java
4
star
26

dagger2-sample

Java
4
star
27

Letters

Under construction :P
Java
2
star
28

android_gdg_vigo_app

Java
2
star
29

codewars

Kotlin
2
star
30

Airport-management

C
1
star