What are you trying to do !? ... You want to put a point on the screen? Like, using the screen as a place to draw an image?
Look at using the Canvas class. You can grab a canvas associated with a view, and you should be able to draw on it, and then move a point around by using a drawing handler which simply moves the point around. What are you trying to do? (I'm guessing that if you're a beginniner, and you didn't know to look for the Canvas class, and you want to move something around, that you want to make a game...) Kris On Thu, May 19, 2011 at 4:46 PM, Diogo Salaberri <[email protected]> wrote: > Some more especific !? > > Thanks. > > > -- > Atenciosamente; > Diogo Bonoto Salaberri > Bacharel em Ciência da Computação - UFPel > > -- > 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 > -- 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

