Hey guys I am working a an app that heavily relies...
# android
p
Hey guys I am working a an app that heavily relies on webviews, the problem is that there is a lot of jank. I tried to turn on hardware acceleration but it didn't help. What else can I do ?
l
Enable StrictMode, and try various Android performance diagnostic tools provided by Google like systrace.
BTW, this is not Kotlin related, please check the topic to find the best places for such Android only questions.