Adding “Rate This App” for Reviews and Ratings in PhoneGap
6 minsRatings and reviews by real users of not just mobile applications, but just about anything, are critical for building trust and interest in new users.
Ratings and reviews by real users of not just mobile applications, but just about anything, are critical for building trust and interest in new users.
The vast majority of my mobile application development is done with Sencha Touch and PhoneGap Build and over time I've refined the processes I use to develop applications more efficiently.
In this video tutorial, I will walk through the general structure of a Phaser project and the important parts of how a Phaser game actually works.
This is why I have officially started offering consulting packages which will allow people to receive guaranteed support and priority email support as well as a few other bonuses.
One of the coolest things about Ionic is the resources tool they provide for automatically generating all the splash screens and icons that you need.
This game is kind of going to be more like a Flappy Bird cross Jetpack Joyride hybrid, take a look at what we're going to build
In this tutorial we are going to expand upon the game we made in the last tutorial to allow the use of sloped surfaces by swapping out the Arcade Physics system for the Ninja Physics system.
In this tutorial we will be looking at how to test and build your application with Cocoon JS. Cocoon JS can build for all app stores but is especially good for iOS and Android.
In this tutorial I'm going to walk you through how to set up a new app to build remotely with PhoneGap build. For more information on setting up PhoneGap Build in a Sencha Touch application you can view this tutorial.
I had heard that P2 performance on mobile isn't great but I'd never really put it to the test, so I wanted to try running this game I created with P2 Physics on my mobile device and recording the results.
You usually hope that the transition onto an actual mobile device will be a smooth one but there can be quite a few tricky issues and bugs that can arise.
This post will serve to list some of the more common errors and potential causes - I intend to continue updating this over time so if you think there's anything that should be added to this list (whether you know the solution or not) please leave a comment below.
In this tutorial, I'm going to walk you through how to create your own tilemap, and set up this simple runner game proof of concept in Phaser.
In this tutorial we will build a simple Christmas themed game with the Phaser framework!
In this tutorial we will finish building the Christmas themed Phaser game we started in Part 1
Let's walk through how you can add a shop to your Phaser game (and I'm sure you could use this approach with other HTML5 game frameworks as well).
In this tutorial, I'm going to walk you through how you can create a similar style animated scoring system for your own Phaser game.
I came up with a simple idea for a game though and thought alright let's just do it. What surprised me the most was just how easy it was, the game isn't overly complex but it only took me about 5 days to finish it.
In this post I'm going to specifically look at how to add some test data to a Sencha Touch mobile application, but the JSON Generator in the second part of this post could be used in any situation.
It can take quite a bit of effort to create a solution that works across all device resolutions though. I opt for using the Splashscreen plugin to display the splash screen for the entire period.