[android-developers] NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread KinnMirr
When I run below activity, I get an exception. I've wrapped the exception in an AlertDialog. Here's what the dialog shows. * null null null java.lang.NullPointerException * Where do I even START looking for a problem? I've commented-out everything I can think of and the

[android-developers] Re: how to set two spinners with different strings and icons?

2012-08-27 Thread KinnMirr
First ... the program is only doing EXACTLY what you're telling it to do. Believe that. So, somewhere you're telling it to do the same thing twice. Check that each spinner has a different ID Check your population routines target two different spinner ID. Then, look close at every line of