viewpager-sample
viewpager-sample copied to clipboard
Enhanced Android Intro Activity taken from the Telegram for Android app
#Android Intro Activity
The Telegram for Android app shows a simple and nice Intro Activity. But it does not use a viewpager. It uses FrameLayout's, so I have added the viewpagerlibrary instead.
Now, I think it looks nicer :)
Also, I did this because I didn't find any examples on the web showing how to make an activity like this one.