Category Archive: Android Development

Jun 11

Android – showing Google map in WebView

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 …

Continue reading »

Dec 22

Android – Drawing route on MapView

device-2011-12-22-130005

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 …

Continue reading »