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 :
- Drop a mrtips.jar in your project.
- Add a mrtips_array.xml in /res folder.
- 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.