Developer Logs

Join us on this journey through the challenges and intricacies of crafting fun gaming experiences!

  • Object Churning

    I’ve been seeing OutOfMemory errors that crash my app for a while now. I haven’t really been able to consistently reproduce these errors, but I can see them negatively affecting my stats in the store. After copy-pasting my code to AI, it identified an issue called object churning. It’s when an object is allocated a…

  • Streamlining the User Experience

    I recently launch my game and started paying a bit for ads on the Google Play Store and the Apple App Store. This has resulted in some new users trying out my game. The majority of users download the game but never create a user. I am not so concerned about the dropoff between app…

  • Code to Community

    Creating an open source repo is very simple to do. There’s only a few configurations here and there to when setting up your github repo. I’ve found some challenges in creating a real release where someone could just put your library as a dependency in their build.gradle file. Here was my process of getting my…