Choosing the technology behind a mobile app for a startup in 2021: Native vs cross-platform (part 1)

What you should know if you are reading this Our goal is to have a look at the mobile app development technology for startups in 2021, in order to publish an app for Android and an app for iOS with the perfect trade-off between quality and time+resources. How do we choose the best technology to … Continue Reading

Remote Debugging Android Devices with VirtualBox through port forwarding

Introduction If you are developing a brand new project on your VirtualBox instance, it is very useful to use the developer tools and the device toolbar on Chrome (or the Responsive Design Mode on Safari). But is of course much more useful to perform real tests on real devices. The Remote Debugging Android Devices is a great opportunity for … Continue Reading

Friends Monitor v0.9.10 – New Version!

Finally! After almost 2 years, we have a brand new Friends Monitor for Android version! The new version of the app with almost 60k downloads has a brand new user interface, an improved Facebook integration and a lot of bugfixes. Here’s the app:   What else? The 2.X version of Android is no more supported. … Continue Reading

Internationalization with PhoneGap: Solution 1

Introduction If you’re starting a new PhoneGap project, probably you’ll have to support different languages. With native apps, each platform (Android, iOS, etc…) gives you all the needed tools to handle this problem. But what if we’re using a cross-platform technology like PhoneGap? In this article I will report a step-by-step guide to achieve this … Continue Reading