Re: [android-developers] The lightest UI element to show a background picture?

2012-08-20 Thread Sean Wang
thx mark! On Aug 20, 2012 5:35 PM, "Mark Murphy" wrote: > On Mon, Aug 20, 2012 at 8:16 PM, Sean Wang > wrote: > > What is the lightest UI element to show a background picture? The only > > purpose is just to put a static picture onto some place in the screen. >

[android-developers] The lightest UI element to show a background picture?

2012-08-20 Thread Sean Wang
Hey, What is the lightest UI element to show a background picture? The only purpose is just to put a static picture onto some place in the screen. Thanks --Sean -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] What's the pros for using webview instead of native client UI?

2012-03-18 Thread Sean Wang
Hi, I'm quite confused with the usage of webview. You could implement the same UI either by just a webview or xml + native client UI widgets. So what's the pros and cons for web view? When to use it? The only benefit I could see about webview is that you can save some time when doing cross-platfor

[android-developers] Re: Problem with monkeyrunner. java.lang.ClassCastException when use sameAs().

2011-09-28 Thread Sean Wang
As > method. > > On Jul 11, 12:22 am, Sean Wang wrote: > > > > > > > > > Hi, Now I am using the monkeyrunner with Android SDK_r12. Also got > > this problem. > > OS: Win7 x64 professional > > Java: Sun Java 1.6.0_25 32bit version > > Monkeyrun

[android-developers] Re: Problem with monkeyrunner. java.lang.ClassCastException when use sameAs().

2011-07-11 Thread Sean Wang
Hi, Now I am using the monkeyrunner with Android SDK_r12. Also got this problem. OS: Win7 x64 professional Java: Sun Java 1.6.0_25 32bit version Monkeyrunner is the one in Android sdk_r12 build, not built by myself. The log is below: C:\Users\dell>monkeyrunner Jython 2.5.0 (Release_2_5_0:6476, Ju

[android-developers] Re: Long Press on Power Key with MonkeyRunner

2011-06-03 Thread Sean Wang
Sorry for dig this out. I also has the similar issue about the long press event in monkeyrunner. I tried to long pressing DEL key using DOWN event, but it only delete one character. I have tried on Nexus S (v2.3.4) and HTC Desire HD (v2.2.1), the same result came. And even for this example concer