Is there an Android tool to find the name of a layout for a running app?

后端 未结 7 1594
刺人心
刺人心 2021-02-07 03:37

Background

I have been recently hired to maintain a very large program (only two Activities, about a hundred Fragments, and several hundred layouts).

7条回答
  •  青春惊慌失措
    2021-02-07 04:04

    Maybe it is a too late answer but different programmers can take advantage of my answer.

    Facebook's Stetho library is wonderful tool to see inspects for running apps. Stetho library works like a Chrome extension and it will similar for many programmers.

    Also to see HTTP request/responses are very easy by using Stetho. I absolutely advice every Android programmer try.

    http://facebook.github.io/stetho/

提交回复
热议问题