sometimes printf("%p", this) helps to see different instances.
What's the equivalent of that in android?
(to print out address of this
variable or something unique(it may not be address
) to the instance)
It seems I can new
interface like OnTouchListener
then, how do I print something to differentiate the different instances of them?