Multiverse app Active Member Licensed User Longtime User Oct 31, 2017 #1 I have been trying to drop overall GPU overdraw of my app (with little to no success). What are general tips to reduce overall GPU overdraw?
I have been trying to drop overall GPU overdraw of my app (with little to no success). What are general tips to reduce overall GPU overdraw?
JordiCP Expert Licensed User Longtime User Oct 31, 2017 #2 First, you could detect how much of it happens and where, using the phone developer options https://developer.android.com/studio/profile/inspect-gpu-rendering.html#debug_overdraw And then follow the general tips here (in short, keep view hierarchy reasonably flat) https://developer.android.com/topic/performance/rendering/overdraw.html Upvote 0
First, you could detect how much of it happens and where, using the phone developer options https://developer.android.com/studio/profile/inspect-gpu-rendering.html#debug_overdraw And then follow the general tips here (in short, keep view hierarchy reasonably flat) https://developer.android.com/topic/performance/rendering/overdraw.html