I am using B4A version: 9.00
When I run my app in Debug mode I get the following error:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference
When I look into the data structure, the particular item is there.
When I step through it works fine. But if I click the play triangle button to resume running the program it crashes again. Very weird indeed.
Any pointers on how to address this one.