Archive for June, 2011
Here you can browse the archive for the selected month.
Test your Android app in the Emulator, with different screen-sizes
Posted on the 14.06.2011 at 22:14 by Rasmus Burkal
In you AndroidManifest.xml you can specify the screen-sizes your app supports, by using the supports-screens element. Here is an example: <supports-screens android:smallScreens=”true” android:normalScreens=”true” android:largeScreens=”true” android:xlargeScreens=”true”…..
Read more
How to set the location in the Android Emulator
Posted on the 13.06.2011 at 12:13 by Rasmus Burkal
By default there is no location (latitude and longitude) set in the Android Emulator, so you have to set this – before you are able…..
Read more


