-
Recent Posts
Recent Comments
Archives
Categories
Tag Archives: Number Crunchers
Number Crunchers Update!
I’m excited to see that more people are starting to try out Number Crunchers from the Google Play Store! This encouraged me to update it a bit with a couple of things that I wanted to get in. 1.02 Release … Continue reading
Number Crunchers Updated!
I just published an update on the Play Store. The main change is that you can now get lives back after a certain amount of time. Here’s the full change log: Number Crunchers Version 1.01 * Removed unnecessary permissions. * … Continue reading
Number Crunchers Now Available on Android!
I finally launched Number Crunchers for the public to enjoy this past Saturday. I made some late additions leading up to the launch, namely a difficulty slider in the Settings menu, and descriptions of each math category right before you … Continue reading
Recording the Promo Video
The Android SDK has a great function for recording your smartphone’s screen. It’s called “screenrecord,” which is used with adb.exe. Instructions on using this can be found here. Some caveats come with this though. The smartphone has to be connected to … Continue reading
More NGUI UIScrollView positioning
So one major problem I’ve run across while implementing the Leaderboards with NGUI (3.8.2) was that items in a grid that are part of a scroll view initially start their positions at the bottom of the scroll view, rather than at the … Continue reading
Number Crunchers is Coming Soon!
Number Crunchers is still under development, but I should be wrapping up soon. Head over to the Number Crunchers Landing page if you are interested in finding out when it will be released.
Leaderboards
Implementing leaderboards is turning out to be a lot more involved than I initially expected. Of course, it seems pretty straightforward to have a call from the main system to simply add a score and a name for that score … Continue reading