This is an Andorid sample application which persist on the home page.
Home, Back, Call, Power button are disabled.
It is a part of a presentation tablet.
User can exit the application only by typing a password.
The user must select the default home manager when it finish this application.
This project is an example I've built to explore custom View in Android.
The menu class extends View class and override the onDraw method to draw the canvas of the pointer, the menu background and the menu items.
The pointer, and the items are also class.
The onTouchEvent method controls the display touch interaction, setting the X/Y value of each element drawn in the onDraw function.
Built on Win7, codeblocks and OpenFrameworks 007.
This is also a test to learn how to capture an openframeworks video on windows.
I've used CamStudio and made the main openframeworks window borderless, using the code below: