Top 1 Apps Similar to RoboSpice FractalExplorer

RoboDemo Sample 1.0
RoboDemo Sample is the sample applicationofRoboDemo : an android library that allows to createActivitytutorials for complex UIs.You can find the library on GitHub :https://github.com/stephanenicolas/RoboDemoOverview--------There are some cases where application needs to providemorecomplex interactions that usuals, or new ones, not coveredbyAndroid UI Guidelines.RoboDemo eases creating showcases / explaining / demonstratingofsuch activities to users.It will display an overlay activity to illustrate the Activityundershowcase. The explanations consist of a serie ofpoints to click on and a text. The Activity under showcase isdimmedand the showcase highlights some transparent areawherethe user has to click.Creation of DemoActivity is straightforward, have a look atthesample to put in place RoboDemo in your own app :1. create a DemoActivity, using a custom DrawAdapter2. transmit widget positions and texts to display during showcasetothe DemoActivity from the Activity under showcase.RoboDemo will ease all those steps and you will just have afewlines of code to add to your project.To learn more, visit* RoboDemo Starter Guide : https://github.com/stephanenicolas/RoboDemo/wiki/RoboDemo-Starter-Guide