[android-developers] Test Driven Development with Android

2011-08-29 Thread Bryan Liles
I wanted to see if it was possible to use TDD with Android application development. Thanks to Robotium, I've had great initial success. One of the issues I ran into was how to use the camera during my smoke tests. Using information learned from the Robtium mailing list, I created a fake camera

Re: [android-developers] Fragments

2011-07-04 Thread Bryan Liles
The Google IO app has its source available. (http://code.google.com/p/iosched/source/checkout). They make a good use of fragments in there. On Fri, Jul 1, 2011 at 10:08 AM, Jayanthi jaia...@gmail.com wrote: Hi All,          I am doing application in Honeycomb but i am not clear with Fragments