Titanium Appcelerator - Android TableView Index Out Of Bound
This only happen in Android. If you create a TableView with a attribute className: "SomeThing", you will encounter java.lang.ArrayIndexOutOfBoundsException when you hit a back button. Based on that java exception, you will have no clue on what is happen especially the same code work for iPhone
Simply remove the className attribute and you are good to go!!
Comments
Post a Comment