Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to Android and am looking for a method that detects whether I have clicked on a shape drawn on a Canvas. I would also like to know whether I should do it in onTouch().

share|improve this question
1  
How is your question's title related to the question itself? – stakx Nov 21 '11 at 10:30
How are you drawing your shape (what shape is it?). If it's a square/circle or other simple shape, it's just a question of doing the maths, i.e. for a circle, if you know the centre/radius you're fine. – Tom Medley Nov 21 '11 at 10:50
I am taking a circle which gets generated taking random point as its Center but with fixed Radius.Detecting it for rectangle is easier but for a circle with random Center can be difficult.I need to kno how can i compare the point i have clicked with the circle circumference. – AbhishekB Nov 21 '11 at 11:15
you better ask balaji dude. – virata Dec 7 '11 at 14:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.