Re: [android-developers] How to draw a circle on an image

2011-05-14 Thread TreKing
On Sat, May 14, 2011 at 4:42 PM, Droid wrote: > I can get x,y coords but no idea at all about how to place a red circle? > http://developer.android.com/reference/android/widget/ImageView.html#onDraw(android.graphics.Canvas) http://developer.android.com/reference/android/graphics/Canvas.html#draw

[android-developers] How to draw a circle on an image

2011-05-14 Thread Droid
I have an image that needs a red circe at x,y coords. Its in an image view. I can get x,y coords but no idea at all about how to place a red circle? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] How to draw a circle of Given Radius on Google Maps

2010-05-12 Thread Shani
Hi, Google Maps provide a GPolygon class which returns the crilce of a given radius; by using addOverlay method of GMap2 this circle can be draw on Map. In android we only have MapView class. How can I access addOverlay and use GPolygon class in Anroid. I want to implement the same functionarly

[android-developers] How to draw a circle in GL?

2009-09-02 Thread Frank von Daak
Hi! I'm new to openGL and I have done some first tests with drawing a triangle... Now I would like to draw a circle, which is filled with a texture, but I have no idea, how to do so. Can someone of you give me a hint? Thank you very much! Frank -- Name: Frank von Daak eMail: f.vond...@kpag

[android-developers] How to draw a circle ?

2009-06-09 Thread patpat
I am new and here is my code.. when i ran it ...there was nothing...i expected there should be a circle appear.. can anyone tell me why?? package game.balance; import android.app.Activity; import android.os.Bundle; import android.view.ViewGroup.LayoutParams; import android.widget.LinearLayout;