[android-beginners] Re: Getting Surface from the View

2009-10-03 Thread surya Manyam
I want to perform Screen transitons of 2 differnt Applications like from the Menu Screen to Media Player or camera Apllication. as per my understanding views under 1 activity we are able to Perform Trasformations transitions(From the Settings to Display Setting Screen). But Differnt Views

[android-beginners] Re: Getting Surface from the View

2009-10-02 Thread Denis Gladkiy
What kind of transformation do you want to perform and what for? If you are drawing on Canvas in your custom view, just use its translate/rotate/setMatrix methods. -- Regards, Denis A. Gladkiy http://sites.google.com/site/piggybanksoftwarehomepage/ On Oct 1, 8:18 am, surya Manyam