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.
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
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
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
4 matches
Mail list logo