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
Category
android
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
Android development: “R cannot be resolved to a variable”
Have you already done Project → Clean… and Build again (or most probably you have Build Automatically checked)? Of course you did. So, just look for problems in your res directory. Remove the problem, clean again, and that’s it!
Facebook Friends Monitor: 5000+ downloads
Just to notice to some rare reader, while I’m preparing my new Android app, I’m very happy to see that my first experiment in the Android world is going very well. Facebook Friends Monitor has reached the 5000+ downloads (5200 when I’m writing this post) and is growing day by day. Please have a look … 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