1. Introducing “mrtips” Android library

    You need to add hints or tipps in your Android application. MrTips is here for you !
    MrTips is a 2-Class library that enables you to display help in your Android app in 3 steps :

    1. Drop a mrtips.jar in your project.
    2. Add a mrtips_array.xml in /res folder.
    3. Put the 4-line snippet calling the library in onCreateMethod.

    Check out github : http://github.com/lethargicpanda/mrtips

    Or download last version of mrtips.jar and just look at this gist to get started.