I am new to android technology, while developing application i need to debug the UI component like why this textview is not displayed or so.
Like we have Log facility for the java code, do we have similar kind of thing for xml also.
so that we can verify which layout is overlapping with another or find out other distortion in UI
Thanks for your time.
It does have one. A very basic one. The problem is, the ‘debugger’ doesn’t know what you want. Your
TextViewdoesn’t display is a problem for you because you want it to display. But the debugger though you left the code like this simply because you will programmatically add the text during run time. So debugger for UI wouldn’t solve these kind of problems , but it will give you tips and warnings like this :