[android-developers] Re: Null Point Exception!

2008-04-13 Thread SQLserver
hello. Thanks, that solved my problem! Here's the code I use to connect to the ListView: String[] Strings = String.split(",", 100); KKList = (ListView) findViewById(R.id.theList); KKList.setAdapter(new ArrayAdapter(this, android.R.layout.simple_list_it

[android-developers] Re: Null Point Exception!

2008-04-13 Thread Dan U.
I'm guessing whatever activity you have this xml layout for doesn't set an adapter for that listview? That would be a null pointer exception I believe (yes, kind of a bad exception for that). On Apr 13, 2:14 pm, SQLserver <[EMAIL PROTECTED]> wrote: > Hello- Here's an exception I keep getting: > T