To use and manipulate google docs, you can use Google Data API provided by the Google.Download the API and use it for your use. For example...
Showing posts with label iOS. Show all posts
Showing posts with label iOS. Show all posts
Saturday, November 10, 2012
Monday, October 29, 2012
New accessibility techniques in iOS6
iOS6 introduces some new accessibility techniques to help make your apps more accessible. In doing so Apple have also addressed a bug of mi...
Thursday, October 25, 2012
3 Open Source iOS Controls For Creating Custom Tabbed Interfaces
A collection of 3 different open source iOS controls for creating custom tabbed interfaces within your apps. 1. BrowserTabView – A very v...
Sunday, October 21, 2012
iOS 6 and auto-rotation tip
iOS 6 and auto-rotation tip Upgrading an old app (and I mean *old* - code is checking for to see if we have the new iOS 3!) and ran...
Thursday, October 18, 2012
Introduction to In-App Purchases in iOS 6
Introduction to In-App Purchases in iOS 6 While we're on the topic of app revenue streams, Ray Wenderlich offers a tutorial on ...
Wednesday, October 17, 2012
Smooth Freehand Drawing on iOS
This tutorial will teach you how to implement an advanced drawing algorithm for smooth, freehand drawing on iOS devices. Read on! Theoret...
Wednesday, August 1, 2012
Bluetooth Connectivity with GameKit in iOS
This iOS tutorial will teach you how to establish a Bluetooth connection between two iOS devices using theGKPeerPickerController, GKPeerP...
Monday, July 30, 2012
How To Send Email in Your iPhone App using MessageUI Framework
Here comes another tutorial for our iOS Programming 101 series. Last time, we show you how to hide tab bar in navigation interface. In t...
Wednesday, July 25, 2012
iOS SDK: Localization with NSLocalizedString
Unless you are fluent in the language you want to translate your app into, you may be stumped as to how to go about getting this step don...