cnazhp / guideshow

This project could let you easy and fast build the introduction guide pages on Android phones.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guideshow

A lot of Android applications include a brief introduction guide pages before user start using the application. These introductions could help user know more about the application they're using.

This project could let you easy and fast build the introduction guide pages.

keywords: welcome guide wizard introduction openning start first launch

Dependent

android-support-v4.jar (you could get it from android sdk)

min-sdk-version: android-18 (yes it's too high, fire your 2.x devices)

Features

Customizable page backgrounds, customizable view animation(only linear and alpha for now), customizable guide dot, customizable whole fragment.

How to use

You need create your own activity extends from GuideActivity and implement the abstract method.

Just check the ExampleGuideActivity.java for example.

Screenshots

github

About

This project could let you easy and fast build the introduction guide pages on Android phones.

License:MIT License


Languages

Language:Java 99.9%Language:HTML 0.1%