How to Make an iPhone Chat App with Firebase – Part 2
In Part One of this tutorial, we set-up an Xcode project and integrated Firebase using CocoaPods. Now it’s time to build the core chat functionality of our app! Open up …
In Part One of this tutorial, we set-up an Xcode project and integrated Firebase using CocoaPods. Now it’s time to build the core chat functionality of our app! Open up …
People love to send texts. The Messages app is quite possibly the most used app on your iPhone. Lots of companies incorporate chat into their own apps as well—think one-on-one …
In part 1, we set up Cocos2d-x. Part 2, saw us create a functional pong game. In part 3, we optimized images and created a richer gameplay. This tutorial will begin …
If you have ever tried to run a Cocos2d-x app in an Android emulator, you might be familiar with this error: INSTALL_FAILED_NO_MATCHING_ABIS. This happens because your emulator is using one …