android
-
android debug vm virtual virtualbox images ova eclipse
As an alternative to the default android virtual machines that come with the Android SDK and/or Eclipse, try the images from the site below: http://androvm.org/blog/ The format is ova, which is easily opened by virtualbox, and there only two simple… Continue reading
-
android app cannot connect to internet
To allow your custom app to connect to the internet, add the following in your AndroidManifest.xml file right before (outside) the application tag. Continue reading
-
Android Launch Browser from App to handle external URLs
Upon googling for this one, I found some good relevant links on stack overflow as well as the android webview documentation, but no singular solution that tied everything together. First, I created a custom WebViewClient class. Note that this is… Continue reading