Mobile

  • Retain Users With These Mobile App Onboarding Inspirations

    In a world where 90 percent of all downloaded apps are used once and then deleted by users, flawless onboarding is essential. It’s unlikely users will come back to your app if they don’t understand how it works or how it will make their lives better the first time around. Therefore, a successful onboarding process…

  • Top 10 Most Common Mobile App Design Mistakes

    The mobile app market is saturated with competition. Trends turn over quickly, but no niche can last very long without several competitors jumping onto the bandwagon. These conditions result in a high failure rate across the board for the mobile app market. Only 20% of downloaded apps see users return after the first use, whereas…

  • Tip: Close Your Android AIR App on Back Button

    While developing AIR for Android apps, you should consider whether you need your apps to run in the background, especially if they are highly intensive graphic games. View Tutorial

  • How to Build an RSS Reader with jQuery Mobile

    In conjunction with the jQuery conference in Boston, John Resig announced and released the highly anticipated jQuery Mobile. Though currently in an alpha state, the framework is fantastic. Today, we’ll dive in, and build a simple Tuts+ RSS reader, using PHP and jQuery Mobile. When we’re finished, you’ll have the ability to add this simple…

  • Dealing with iPhone Screen Orientation in Flash AS3

    The way your iPhone app deals with change of screen orientation is a major issue that you will have to address at a very stage of your app development cycle. By default the iPhone will change the orientation of your application view if the user rotates the phone to view that way. This tutorial will…

  • Quick Tip: Simulate an Android Lock Screen with ActionScript

    The Lock Screen is a part of an operating system, mostly used in mobile devices, that prevents accidental input. This Quick Tip will show you how to simulate an Android Lock Screen with ActionScript. Let’s get going! View tutorial Source (http://active.tutsplus.com/)