Hi, I'd like to display text on the screen on top of a drawable
anytime there is a OnTouch trigger (which is handled).

Is it possible?

I found TextView and TextPaint but neither of these texts will display
itself anywhere in a chaotic fashion, and it won't display itself on
top of a drawable.

see link for an image of what I want.
http://ups.imagup.com/07/1264601491.png

The goal would be to be able to select these object (which graphically
would be represented by the text and the drawable) and do stuff with
it.

Ideally I want to do :
Text t=new Text("hello" , x , y);

Thanks for any information you can provide

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to