Tag: Android

  • Microsoft Adds Android Support To Windows Azure Mobile Services

    Last year, Microsoft launched Azure Mobile Services, a cloud backend for mobile applications. But at the time, it only supported Windows 8, and the team then added iOS and Windows Phone 8 support a short while later. Starting today, Android users can also connect their apps to Azure Mobile Services and use the platform to…

  • 5 Steps to Containerize your Enterprise Mobile Apps

    Just in case you haven’t noticed lately, the BYOD Juggernaut appears to be stumbling in the security department.  It’s time to get your mobile enterprise house in order and containerize your apps to create islands of security on potentially insecure mobile devices. We’ve seen buggy mobile operating system updates that allow users to bypass lock screens, public…

  • Réussissez votre mise en store iOS et Android

    En octobre 2012, le nombre d’applications présentes sur le Play Store a dépassé la valeur phare de 700 000 apps, détrônant par cette occasion l’App Store de sa place de magasin d’apps le plus fourni. Face à ce nombre démesuré, un constat s’impose : développer la meilleure application possible est un effort vain si celle-ci…

  • Parlons enfin du NFC

    NFC ou Near Field Communication est terme que l’on entend prononcer de plus en plus. Tous les jours, de nouveaux modèles de “mobile NFC” deviennent disponible pour le grand public, et ce depuis 2006 avec le Nokia 6163. De nombreuses initiatives, notamment Citizi en France permettent à des utilisateurs de vivre l’expérience NFC. La technologie NFC…

  • Introducing Google Play: All your entertainment, anywhere you go

    Entertainment is supposed to be fun. But in reality, getting everything to work can be the exact opposite—moving files between your computers, endless syncing across your devices, and wires…lots of wires. Today we’re eliminating all that hassle with Google Play, a digital entertainment destination where you can find, enjoy and share your favorite music, movies,…

  • First steps in Android

    With everybody going mobile, we could not stay behind. This meant we had to create an Android application, because we (Bram Neijt, Arno den Hond and your chronicler) do not own one of them fancy iPhones. Also, Android is way cooler. To begin our journey to become Android developers, we decided to create Quizzz: an…

  • Why TDD+ Continuous testing is imperative for mobile apps (part 1 of n)

    Since a couple of months I’ve been developing mobile applications, some are for the business at home (girlfriend-shopping-list app that actually works and augmented reality garden iPad app) and some are for work. I have experienced that TDD and Continuous testing (Test Driven Development) is a way of working that leads to fewer bugs and…

  • Envoyez des notifications push à vos applications Android avec C2DM

    Gardez le contact avec vos utilisateurs, apportez leur de l’information ponctuelle et dynamisez l’utilisation de votre application… sans que celle-ci n’ait besoin d’être en cours d’exécution ! C’est ce que permettent les notifications push sur nos smartphones. Android propose depuis la version 2.2 de l’OS la gestion de ces messages légers par l’utilisation des services…

  • Who is Winning the U.S. Smartphone Battle? | Nielsen Wire

    Who is Winning the U.S. Smartphone Battle? March 3, 2011The answer depends on whether you’re looking at operating systems or manufacturers. The battle for the hearts and minds of consumer smartphone owners continues to be a heated one according to data just released by The Nielsen Company. When it comes to consumer marketshare by operating…

  • Développer des applications Android avec Maven

    Il y a quelques mois de cela, je vous parlais d’industrialisation des développements Android. Tout n’était pas parfait pour être vraiment productif, notamment l’intégration entre les outils de build et l’IDE. Qu’en est-il aujourd’hui ? Peut-on enfin être aussi efficace sur du développement Android que sur du Java standard ? Ce sont les questions auxquelles…