[android-developers] Re: NPE on WebView.onWindowFocusChanged

2010-08-18 Thread Sharyu
I also met this issue when launch a new activity to cover a webview. Can anyone helps? On 6月29日, 下午10时13分, GJTorikian wrote: > Howdy-- > > I'm getting crash reports from my app out in the wild. Problem is, I > don't know what's causing it. The only place I'm using WebKit is when > constructing an

[android-developers] How to do instrument test on context menu?

2009-06-24 Thread Sharyu
Hi, I'm doing instrment test on context menu to verify following things: 1. The number of menu item in context menu is correct. 2. Text of each menu item is right. 3. Click action of each menu item is right. Here is my code to call context menu which can be run successfully: View v = _listactiv