[android-developers] TranslateAnimation performance on devices with Android version 4

2012-11-14 Thread CAM
Hi! I have a RelativeLayout that has 2 WebViews in it. This layout is animated using android.view.animation.TranslateAnimation like this: MarginLayoutParams params = (MarginLayoutParams) m_view.getLayoutParams(); // create animation Animation translate = new TranslateAnimation(-1 * to + params.

[android-developers] view.animation.TranslateAnimation on newer devices

2012-11-14 Thread CAM
Hi! I'm trying to animate a RelativeLayout with 2 WebViews in it using TranslateAnimation like this: MarginLayoutParams params = (MarginLayoutParams) m_view.getLayoutParams(); // create animation Animation translate = new TranslateAnimation(-1 * to + params.leftMargin, 0, 0, 0); translate.setD

[android-developers] InputMethod

2011-05-08 Thread Cam McD
Hi, I would like to get information about clients binding to my custom InputMethod. For example, I would like to get the current URL from the client browser. So far, I can only find out the package name. thanks. -- You received this message because you are subscribed to the Google Groups "Andro

Re: [android-developers] Re: App Works is looking for users and beta testers!

2010-12-08 Thread Cam Coop
Yes, I do realize the strength of App Inventor (and other engines), but I do hope that App Works will make it onto the list of top IDE's to use in the future. Please understand that App Works is just in open beta right now, looking for testers. Our goal is to find enough people to try App Works out