[android-developers] Controlling Activity Animation

2009-12-23 Thread abhijith.off...@gmail.com
While playing around with Android 2.0 SDK i noticed cool animations while activity is been opened or closed .Zoom in , Zoom out etc, In cupcake only sliding was there . IS these animations can be applied/handled through code? we have such a requirement for an application . -- You received thi

[android-developers] Using Account Manager API of Android 2.0

2009-11-29 Thread abhijith.off...@gmail.com
We developed a application which connects to various social networking hooks .I was having my own algorithms for login and token generation , Recently I saw Account Manager classes and an requirement arose to use it our app. But we are blocked with usage of Account Manager as only API decsripti

[android-developers] Animated window transitions in Android 1.5

2009-05-08 Thread abhijith.off...@gmail.com
in android 1.5 release notes I saw Animated window transitions . What is this all about ? IN my application i want to show trasitions if i go from one activity to other.We can set the animation for both activities and call when one is closing and other is opening. But problem is when , the curr