One of the most powerful tools coming from web development is the inspect elements capability in webkit/firebug that allows you to inspect the items in the DOM. Is there any equivalent for Android (non-web) development? I’ve been looking into MonkeyRunner but I’m not sure it has a way to describe the running app yet.
One of the most powerful tools coming from web development is the inspect elements
Share
The closest thing is probably the hierarchy viewer tool.