About RoboDemo Sample
RoboDemo Sample is the sample application of RoboDemo : an android library that allows to create Activity tutorials for complex UIs.
You can find the library on GitHub :
https://github.com/stephanenicolas/RoboDemo
Overview
--------
There are some cases where application needs to provide more complex interactions that usuals, or new ones, not covered by Android UI Guidelines.
RoboDemo eases creating showcases / explaining / demonstrating of such activities to users.
It will display an overlay activity to illustrate the Activity under showcase. The explanations consist of a serie of
points to click on and a text. The Activity under showcase is dimmed and the showcase highlights some transparent area where
the user has to click.
Creation of DemoActivity is straightforward, have a look at the sample to put in place RoboDemo in your own app :
1. create a DemoActivity, using a custom DrawAdapter
2. transmit widget positions and texts to display during showcase to the DemoActivity from the Activity under showcase.
RoboDemo will ease all those steps and you will just have a few lines of code to add to your project.
To learn more, visit
* RoboDemo Starter Guide : https://github.com/stephanenicolas/RoboDemo/wiki/RoboDemo-Starter-Guide
Download and install
RoboDemo Sample version 1.0 on your
Android device!
Downloaded 500+ times, content rating: Not rated
Android package:
com.octo.android.robodemo.sample, download RoboDemo Sample.apk