When comparing Android development to iOS development, there was always one thing with iOS that stuck out as being much better and faster and this was their device emulators (Apple calls them simulators). The Android emulator for ARM is so slow. AndroVM is Android that runs as a virtual machine. It is an open source
Continue reading AndroVM: running Android in a Virtual Machine
Category: Android
Google Maps Android API
Google Maps Android API allows you to offer interactive, feature-rich maps to users of your Android application. With the Google Maps Android API, you can add maps based on Google Maps data to your application. The API automatically handles access to Google Maps servers, data downloading, map display, and response to map gestures. You can
Continue reading Google Maps Android API