I am currently have a problem with a buzztouch android app I created the error from google play is
NullPointerException
in BT_viewUtilities.updateBackgroundColorsForScreen()
I have narrowed it down to the following code, does anyone see any kind of error in the code. If you need something else please ask, this would fix quite a few apps. Thank you
//updates a screens background colors and image...
public static void updateBackgroundColorsForScreen(final Activity theActivity, final BT_item theScreenData){
BT_debugger.showIt(objectName + ":updateBackgroundColorsForScreen with nickname: \"" + theScreenData.getItemNickname() + "\"");
Either theScreenData or BT_debugger is null.