android - AdMob is slowing my other view animations -


When I use AdMob in my activity, it is slowing down all my other visual animation, artifacts on them And similarly. Has anyone done it and was able to solve it somehow?

Update: I have a really old Nexus 7 with Android 4.4.2 and it was running completely smooth, then I had it on Android 4.4.4 And it showed that the dirty display + artifacts could be in this small update from 4.4.2 to 4.4.4 ??

We had an issue on a couple of our games in our case the problem was as follows:

There was a bunch of layers to adjust all the animations in the game, and the ad was later on the game layers, it messed up the renderer because the advertisement had to be completed while presenting this scene. . To ensure full speed animation, we had to hide the advertisement during game play. To accommodate the size of an alternative animation layers to ensure that they did not overlap the ad layer, but we did not go that route because our home profile did not support it.

Hope that helps.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -