
IOS
Get flash to fully experience Pearltrees
iOS | How-to Use Property List Files to Store Data in iPad or iPhone App
One of vital elements of any iOS application is the info.plist file. This graph based file contains important configuration settings for your application to run normally. For instance you set the icons your app requires in the plist file.Home > Tutorials > Make iPad icons In this topic, we'll learn how to create icons for iPad applications. The topic is based on the Apple article named "iPad Human Interface Guidelines: Creating Custom Icons and Images".
Make iPad Icons
device configuration & system
From akosma wiki This page centralizes code samples for URL schemes available in many iPhone applications, not only in Apple's but in many others. It also includes programming tips and references about implementing apps registering or consuming URL schemes. If you own an iPhone app, contact akosma software to add the schemes you've implemented in your application, for others to use. The important thing is to showcase code samples, ready for others to use.
IPhone URL Schemes - akosma wiki
How to Parse HTML on iOS
If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter . Thanks for visiting! Web Services + iPhone Apps Rule!
How to Write an iOS App That Uses a Web Service
Being able to work offline is an expected feature of mobile applications. For data-driven applications, it means that you — the developer — will have to store (a subset of) your application data locally, and implement a data synchronization mechanism that keeps your local and server data in sync. In this article, I describe a simple data synchronization strategy that uses the device’s (or browser’s) SQLite database.
Simple Offline Data Synchronization for Mobile Web and PhoneGap Applications
How To Import and Export App Data Via Email in your iOS App
Load Attachments In Your App! A lot of developers want to be able to share their app’s data via email. It’s a convenient way for users to send data to each other or between devices – and it may even net you some new customers! Luckily, this is pretty easy to do on the iPhone – you just have to set a few keys in your Info.plist and handle a few callbacks so the OS can open your app with the URL to import. So we’ll cover how to do exactly that in this tutorial! We’re going to start with the Scary Bugs project we’ve been building starting from the simple app tutorial on up to the file sharing tutorial .Vote for Your Favorite iOS Libraries!
13 August 2012 If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter . Thanks for visiting! Vote for your favorite iOS libraries!iOS Developer | Developer Feed
iPhone Tutorials
This site contains a ton of fun tutorials – so many that they were becoming hard to find! So I put together this little page to help everyone quickly find the tutorial they’re looking for. Hope you enjoy! :]Beginning iPhone Programming TUTO by Aug 16
Cocoa Dev Central: Learn Objective-C
Objective-C Objective-C is the primary language used to write Mac software. If you're comfortable with basic object-oriented concepts and the C language, Objective-C will make a lot of sense.Dev Center » Chris-Software.com
Each year there appear new and more technically advanced products on the market. The moment they become popular, these products set new standards. One and the same website for a web browser, a telephone, and a tablet PC is decidedly not enough. This is why we would like to create individual solutions for each platform so as to fully utilize the possibilities they offer.Lors du développement d’une application iOS, il est très fréquent d’utiliser plusieurs vues . Bien souvent même, une seconde vue est chargée en plus de la première vue qui est restée en mémoire, et on veut mettre à jour la première vue suite aux modifications apportées dans la seconde vue. On se retrouve alors face à une problématique : comment avertir la classe appelante à partir de la classe appelée ?

