NewProgrammer
Lurker
So I have started making a game in Android Studios. So far, all it does is when you click a button, it generates 2 random cards. If you click it again, it generates 2 more random cards replacing where the first ones were. However, even though this seems simple enough, I am getting messages that it skipped 30 frames and is doing too much work on the main thread. How do I fix this? This is also my first time using android forums so is it appropriate to ask questions concerning topics like this?