From 797befac5ef41d4bced36ba80ede6e590a9ef268 Mon Sep 17 00:00:00 2001 From: Eoin Fogarty Date: Wed, 17 Aug 2016 11:03:40 +0900 Subject: [PATCH] Update README.md Added Android Arsenal link and Sample apk link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6b54f3..4ea6aae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Onboarding-green.svg?style=true)](https://android-arsenal.com/details/3/4094) + Onboarding ========== A beautiful way to introduce users to you app @@ -6,6 +8,8 @@ A beautiful way to introduce users to you app Using a regular `ViewPager` with a custom transformer with callbacks we can achieve this effect +[Sample Apk](https://dl.dropboxusercontent.com/u/31880748/onboarding-sample.apk) + ### Interface ```java public interface SceneChangeListener {