Android Question inputdialog in OSMDroid 6 on B4A

Emerito

Active Member
Licensed User
Longtime User
Good afternoon, I have downloaded Example.zip to get started with OSMDroid 6. I want to use inputdialog or something like that to save a name. I get a missing library error. I want to give a name to a waypoint in the code:
B4X:
    Dim NombreWayPoint As InputDialog
 

agraham

Expert
Licensed User
Longtime User
My Dialogs library only contains modal dialogs. Modal dialogs are deprecated in B4A as they can cause app crashes in later versions of Android. You should switch to my Dialogs2 library and use the async dialogs therein,
 
Upvote 0
Top