I tried to run the example of the PlaceAutocompleteView class from Erel (https://www.b4x.com/android/forum/t...google-place-autocomplete-view.81976/#content), but if i load the layout in a panel it crashes without giving any Log message....
Debugging i discovered that crashes on:
(This code is in the class, in et_TextChanged)
Debugging i discovered that crashes on:
B4X:
If New.Length = 0 Then
lv.Clear
lv.Visible = False
(This code is in the class, in et_TextChanged)