This project will take a couple (2,3,4,5 ) months. I will maybe not be able to do a 100% copy of the IOs version but it should be as close as possible.
I started using the Google map component as it is an important part of my app.
Displaying the polyline is not a problem but i notice something strange when i want to display the marker. The same procedure works in Thunkable but not in Kodular.
This is just a sample how the routes will be displayed. When clicked on the marker it will display the start adres. It has to work in the end that when you press the upward pointing arrow on the bottom that the screen is split in two and you get directions.
I wanted to use a Splash Screen in my app but that fills the whole screen. Never used that before. In my mind i thought it would display just the icon in the middle of the screeen.
Still working on the app. Encountered something strange. I have a lot of little html files i have to upload to the server to use in my app. When i uploaded them really fast something went wrong on the server side and filenames are coupled with the wrong content. So for example file 26.html had the content of 19.html. I uploaded the files again and between every file i waited until the toastmessage was gone. Now all files are ok and working as they should.
One database were i select what part i put in which listview. In the final listview, number 5, i don’t select so it contains everything.
I noticed the listview has no block to see the total number of items in a listview so i made a few global variables to keep track of the number of items in the listview.
I use categories. Nature routes, City routes, etc. I make the heading and footer change color according to the category. I have to also change the statusbar color.
Besides the color also the icon in the top right changes.