EDIT: Woah!
Both of those responses beat me to it! Well...
The easiest way to do this would be to rewrite the image button class from the G4P source to support Android but, unfortunately, I can't find the source... Peter Lager (the creator of G4P) would be able to help, but I haven't seen him on in a while...
The process of creating the image button, I imagine, should be relatively easy... Peter even explains how it is done. You just have to learn the basics necessary...
You're going to need to learn
OOP (if you haven't already) and create a class to store your image buttons. Store the reference to the
PImage there as well... create a couple of functions for displaying the button and testing for clicks. I expect that I won't be able to get through all the way in one response... let me know if you need more help.
EDIT (again, after reading your response): It isn't that complicated... just a wrapper for a
PImage that also draws it into an offscreen buffer that checks the mouse position...
Heck, you're still learning and you expected this to work for you, I might as well write this for you. Hold on a moment...