[android-developers] onSearchRequested gives null pointer exception when called from an OnItemClickListener's onItemClick member function

2012-06-29 Thread James Becwar
Hi all. This is driving me nuts. I setup search in my application and it works great if you hit the search button on the device or if I call onSearchRequested() from the onStart method of my activity. But I have a listview that has a onItemClickListener that implements the onItemClick

[android-developers] Re: Many app share one Class?

2010-08-03 Thread James Becwar
You need to make a JAR and add them to both projects as external libs. -James http://www.jamesbecwar.com On Aug 3, 12:04 am, 汪健飞 wangjf...@gmail.com wrote: I mean don't find MessageVo in the testTwoApp,because testTwoApp and MessageVo don't together project. 2010/8/3 Floaters