Great thanks,
I guess I should be at Android Beginners group with this sort of
questions...
Moving there now.
Micha
On Jun 28, 12:21 am, "Mark Murphy" <mmur...@commonsware.com> wrote:
I'm kinda new to Android, but got some Java experience, but still got
this annoying error even before i see anything on the screen:
Move your setContentView(R.layout.search); statement to immediately after
your super.onCreate(icicle); statement. You don't have a content view at
the time you're trying to get your buttons.