osmeditor4android
osmeditor4android copied to clipboard
Progress bar instead of spinner when loading into memory
Here a progress bar showing the percentage completed would be much more useful than the spinner.
That way the user could get some idea of any of what's going on instead of assuming that the app is stuck forever etc.

Also show some raw numbers, like: 532/22432.
That way the user could see the problem right away. For instance: "oh no wonder; it was a large number of points that I had to load still." Or, "something's wrong because so few points and it's still not loading."
This literally isn't possible without counting how many elements are in the state file/download/local file first, which is essentially the same thing as loading the data in to memory.