Hi everyone, I have resolved my little problem with showing Google map via WebView. When I tried to show map in WebView, I had seen only white box and nothing more, after short delay loading animation appeared and it was all. I was finding solution, but nowhere was described what I am doing wrong. Solution …
Category Archive: Android Development
Dec 22
Android – Drawing route on MapView
Hi everyone, I had quite big problem with drawing route on MapView. Tutorials on the web which I found are quite confusing or with bugs. So I took several of them and did own program, which using some code from several tutorials . Here is source of my map activity: package tvarwebu.projects.map; import java.io.IOException; import …