Questions tagged [hierarchyviewer]

Hierarchy Viewer is a tool for Android developers to examine their apps' View Hierarchies.

Hierarchy Viewer allows you to debug and optimize your user interface. It provides a visual representation of the layout's View hierarchy (the Layout View) and a magnified inspector of the display (the Pixel Perfect View).

Usage information can be found here.

31 questions
0
votes
1 answer

How to find a code behind a view in hierarchyviewer

Android hierarchyviewer shows a ID for each view in the tree view. The ID is a @ sign followed by a number, e.g @4051d698 In android documentation the purpose of this number is explained as "pointer to view object". Assuming one has the sources of a…
ApriOri
  • 2,618
  • 29
  • 48
1 2
3