I found that is a video about Unboxing HTC Hero from HTC Source. That is very detail.
Archives for: July 2009, 27
Jul
27
Today, I think that is a hot topic Android OS Version "Donut". I read news online. But That is not an offical release, 2.0, from Android. I checked the release page,http://source.android.com/release-features. There are no news at this moment.
Jul
27
I have written an application which used HttpGet. I found I got a premission declined. Then I found in android security model, all applications have not a premission to access internet by default.
Code:
<uses-permission android:name="android.permission.INTERNET" /> |
This line of code are needed to add in AndroidManifest.xml
Recent comments