Archive for the ‘android’ Category

Runtime-replace implementations with Roboguice in functional tests

Thursday, October 18th, 2012

At work we're heavily depending on Unit and Functional Testing for our current Android application. For Unit testing we've set up a pure Java-based project that runs on Robolectric to provide a functional Android environment and we also added Mockito to the mix to ease some code paths with spied-on ...

Access the Android menu in VirtualBox on a Mac host

Wednesday, July 13th, 2011

If you're desperately trying to get the Menu button in an Android x86 installation working under VirtualBox on a Mac OS X host - whose keyboard of course doesn't have this "context" / "menu" key Windows keyboards have on the right - you might find the touch-only-device mode in Android ...