Hello,
I have a problem
I need to do this
but I get this error message
how can I fix this?
Thanks!
I have a problem
I need to do this
B4X:
Type AppSettings(ID As Int,IsDefault As Boolean,Model As String,LogEvent As List)
Dim Config as AppSettings
Config.LogEvent.Inizialize
Config.LogEvent.Add("Test1")
but I get this error message
B4X:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
Thanks!