-
Recently I've started building apps (again), namely a cross platform game that I personally find pretty addictive. As part of the potential plans to create revenue from this game (would be nice to get a small return for the development hours, not to mention future updates), I've considered a few...
-
I never thought I’d ever see a non native app working so smoothly. Get your Android / iPhone and install Sworkit app on it. Here are some pictures from the App: The interface runs very smoothly and looks amazing. Did you know that this app is running under Cordova (like...
-
If you're doing mobile development, you probably know how frustrating it is and how difficult it could be for debugging. This is of course true unless you have some great tools to help you on your development process. Remote debugging via web inspector This is one of those things that...
-
Because you’re going to need them… So working with the InAppBrowser is a good way of getting external web content inside your app without too many issues, simply write the following code: 1 2 3 4 ref = window.open('http://www.google.com', '_self', 'location=no'); ref.addEventListener('loadstop', function() { //Page loaded! some code here.. });...
-
If you're making Web Mobile Apps (based on PhoneGap, or Titanium if you insist), you have to get a Mac for deploying on an iPhone/iPad. Some of us not only don't have a Mac in the house, but also don't plan to ever use one for anything other than deploying...
-
There’s an interesting Article at Gizmodo talking about QR codes, and why they are not picking up as much as advertisers wish they would. Basically I see multiple QR codes everyday when I walk to the subway station, maybe scanned them once or twice to get a simple URL that...
-
I've had the pleasure of working with Phonegap for the past few weeks. Interestingly enough, a few months ago I've had the chance to develop with Titanium. It was an already existing application, so I didn't have much say in how it was structured, but I have to say, I...