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:
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,
Note the separate download for an updated Dialogs2 class that fixes a bug in the original. I wrote the original Dialogs library many moons ago and it has suffered with age owing to the changes made to Android and B4A over the years despite the administrations of several other people. Although...