Our Android Developer Tool - AdvGen Geo Information

Our Company, AdvanGeneration, has started some Android application development projects. We started to build a tool for developer as our first Android App.
This tool calls AdvGen Geo Information. It can retrieve the spatial information from GPS or Wifi.

The information returned is helpful for the developers who are building some location-based application. You can use this information to compare with the result from your application.
Please click here to download.
Or Use this QR Code

Moreover, we are still in the early stage on Android Application Development, please leave a comment in there for feedback.
Display HTML Content in ViewData
I am writing a CMS by using ASP.Net MVC. Thus, I will put the html content in ViewData. In most case, we put <%: ViewData["Content"] %> in the view. But it display <b>test</b>. "<%:" will convert the content into html encoding. The way to display is using "<%=". E.g., <%=ViewData["Content"] %>, it will display title.
Flash on Mobile are going to the end, then what's next?
Adobe has given up the flash in Mobile. That sounds HTML5 is the next best thing. Maybe, you already had a flash website. Should the website need to be re-build in HTML5? Not 100% right, Google has a tool Swiffy to convert flash into HTML5. That is good to try it, it may save your time to re-build your website into HTML5.
Openclipart.org is down
Openclipart.org is a good source of public domain vector images. But I found it is down for more than a week. Fortunately, download.openclipart.org is still up! That is the only way to get the images from them!
Android Layout XML File is case-sensitive!
In the most situation, XML file is case-insensitive. I thought that is the same case as Android Layout XML. There is no different between
