Taking a “screenshot” of a specific layout in Android

后端 未结 6 2012
天命终不由人
天命终不由人 2020-11-30 03:26

I have two main issues which are closely linked. I am looking at these problems from a programmatic point of view.

(1) - I wish to take a screenshot of the

6条回答
  •  庸人自扰
    2020-11-30 04:05

    I also had this problem and coded it myself.

    I used this code to take screenshot of whole layout.

    I did modified the list size and some mathematical items.

    See the following website,

提交回复
热议问题