Archive for the tag "Android"
Here you can browse the archive for the selected tag.
The importance of app ID in your native app strategy
The app ID for a native mobile app, on the Android and iOS platform, is the unique key binding the actual app, installed on the…..
Read more
Test your Android app in the Emulator, with different screen-sizes
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
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
My personal Top 6 Android Apps
Easter time is app time! I just wanted to share my personal top 6, of my most used (none default) Android applications. Facebook Nice and…..
Read more
What is localhost at the Android Emulator?
I have recently been playing around with some web development, targeting touch phones on the mobile web. For testing I fired you up my local…..
Read more


