iphone

welcome to iphone

Wednesday, 17 August 2011

Great stuffs! Really Free For You

Thanks! Showing some love can be a easy as letting you friends know about Iconnice on Twitter (Go crazy!).

Why your ad agency likes mobile apps…why that might not deliver the best ROI for you

ndustry awards tell you a lot about a business. In recent years, the trends at Cannes Lions – the biggest date in the advertising world’s calendar – show a growing appetite from ad agencies for mobile campaigns. The latest plat du jour is mobile apps for niche audiences, displacing messaging, mobile Web, mobile ads, QR codes, Bluetooth and all the other tools in mobile’s box. It seems the trend is away from campaigns that integrate mobile with other media such as outdoor or magazines, towards mobile app-only campaigns. There are exceptions, such as the Homeplus Subway Virtual Store, which notably was the only mobile campaign to win a Grand Prix Lion, but the trend is towards mobile apps. So why have ad agencies become so focused on apps? Is this new love affair a good thing for their clients? mobiThinking asks the experts.

Preserving User Preferences in Android Applications

Often you need to store personalized information for each user of your application. For example, your application may require users to logon to a secure server for authentication. In this case, the user needs to supply his credentials, such as a login name and a password. The first time the user uses your application this information will be entered by the user, but subsequently it would be useful for your application to “remember” this information somewhere so that it can save the user the trouble of entering the same information every time he uses your application. To save this information, there are a couple of ways you could use – files, databases, etc. However, a much better way would be to use the SharedPreferences feature in Android. In this article, I will walk you through the steps to creating an Android application that makes use of this SharedPreferences feature.

Importing & Exporting Documents in iOS

One of the common tasks that an iOS developer has to do is to import or export documents from his iOS application. For example, suppose you are developing a document reader and you want to allow the user to import documents into your application so that it can be read offline. Also, your reader might also support the exporting of documents so that other applications can make use of the document.