How to record texture changes of a particular view
in android. i have used Projection Manager
to record my screen, but this will record all the activities on the screen including incoming notifications and all. Is there any way to record a particular view
of a screen without using Projection Manager
, please help me to find an answer for this.
Asked
Active
Viewed 134 times
4

Sushin Pv
- 1,826
- 3
- 22
- 36

Mujeeb Rahaman T
- 448
- 3
- 13
-
[See this](https://stackoverflow.com/questions/32513379/how-to-record-screen-and-take-screenshots-using-android-api) – Lekr0 Jan 27 '19 at 14:35
-
1Possible duplicate of [How to record screen and take screenshots, using Android API?](https://stackoverflow.com/questions/32513379/how-to-record-screen-and-take-screenshots-using-android-api) – Ishaan Javali Jan 27 '19 at 14:41
-
1@Lekr0 This is not the answer am seeking for, I wanted to understand is there any other way to record a particular view of an activity, all the texture changes on that particular view. The question which you have mentioned on SO doesn't fulfill my question ( It is by using slandered android projection manager - it will annoy the user ). Please reconsider your comment with a proper answer – Mujeeb Rahaman T Jan 27 '19 at 14:46
-
1@IshaanJavali Please check my last comment – Mujeeb Rahaman T Jan 27 '19 at 14:47