Roman

Author's details

Name: Roman Holomek
Date registered: November 25, 2011

Latest posts

  1. PHP – Post name max length — January 11, 2013
  2. Android – showing Google map in WebView — June 11, 2012
  3. Android – Drawing route on MapView — December 22, 2011

Most commented posts

  1. Android – Drawing route on MapView — 7 comments

Author's posts listings

Jan 11

PHP – Post name max length

Hi everyone, I have found problem with PHP Version 5.3.2-1ubuntu4.18. When I tried to submit a form, values appeared in $HTTP_RAW_POST but there was nothing in $_POST. Problem was in legnth of name attribut. In other PHP versions is this length virtually unlimited, but in this version is length of each array key limited on …

Continue reading »

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 »