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
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
2 matches
Mail list logo