I uploaded a small application which lets you browse the object space of itself. You start with its own Application object and can view field and property values of it. By clicking on a property you can view its own properties and so on... I made it so one can interactively explore the object space of an android application.
Right now the functionality is somewhat limited. Elements of arrays are shown and drawables are directly shown in the list.
The source is available at http://github.com/jrudolph/object-browser You can download the app on the market as well.
Try it and you will see if it is useful for you

Feedback is very appreciated.

