-
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.. });...
-
or: Android device target Unknown, permissions & script injection Recently I've upgraded my Smartphone (Nexus 5), and when trying to debug some Android Apps on it, it seemed that the Android Device Chooser couldn't show much information about the device, namely: Serial Number:Â ????????????? AVG Name: N/A Target: Unknown This was...
-
The new Google Nexus is out, with 2.3 GHz processor, Android 4.4 8 MP camera, it's a sweet deal for 399 Euro (for the 32GB model). Those of you who didn't upgrade for Samsung Galaxy S4 because of the price, now is definitely the time to consider, with a price...
-
After a long period of developing, the new version of Berlin On Feier is ready! This time there are a lot more events (average of 50 a day, some weekends go up to 140!), address accuracy has been increased, and the interface is (slightly) improved. There's of course more to...
-
At around September (2012), I've released a first version of an android App I've created. Berlin On Feier is basically an app that collects all the events (mostly parties) currently going on, and displays it to use with an easy to use interface, without distractions. It's been a while since...
-
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...