File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Onboarder
2
+
3
+ [ ![ License] ( http://img.shields.io/:license-mit-blue.svg )] ( http://doge.mit-license.org )
4
+
2
5
Onboarding Library for Android
3
6
Inspired by [ Onboard] ( https://github.com/mamaral/Onboard ) for iOS.
4
7
This is a simple library to quickly create Onboarding inside your app.
@@ -118,8 +121,13 @@ Add it in your root build.gradle at the end of repositories:
118
121
Add the dependencies:
119
122
```
120
123
dependencies {
121
- compile 'com.github.User:Repo:Tag '
124
+ compile 'com.github.jrejaud:Onboarder:v0.01 '
122
125
}
123
126
```
124
127
125
128
For more info, check the [ JitPack page] ( https://jitpack.io/#jrejaud/Onboarder )
129
+
130
+ Credits
131
+ =====
132
+ [ ViewPagerIndicator2] ( https://github.com/jrejaud/ViewPagerIndicator2 )
133
+ An (mildly) improved (ViewPagerIndicator)[ https://github.com/JakeWharton/ViewPagerIndicator ] , originally by Jake Wharton
You can’t perform that action at this time.
0 commit comments