[android-developers] When will Android support Multiple PDP?

2009-02-20 Thread vistodavid
I want to know when will Android support Multiple PDP, it is urgent, please tell me if anyone knows, thanks in advance. BR, -David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] How to get a region which is not a standard rect area

2009-02-19 Thread vistodavid
I want to judge whether the touch point(x, y) is in a region or not, the region is from a stardard rect by rotating specified degrees, from example, rotate 30 degrees. There is a class named Region in Android, but as I researched, it just supports standard rect, is there any other way to judge

[android-developers] Re: DRAG AND DROP

2009-02-17 Thread vistodavid
By using these solution, I can drag my custom view, my problem is that how to make this custom view rotate in specified degree? Its parent class View doesn't have a rotate method, I tried to use its inside canvas, but it seems that just the canvas rotate, but the custom view doesn't

[android-developers] How to rotate my view

2009-02-17 Thread vistodavid
Hi, everyone I want to rotate my view in specified degree, for example 30 degrees, 45 degrees. There is no rotate method in view class, I was trying to rotate its inside canvas, but the view doesn't rotate acordingly, please help! Here is my code section: public class rotate extends