iPhone SDK Articles
iOS Tutorials

    Localizing iPhone Apps – Internationalization

    On November 16, 2008 · In iPhone SDK Tutorials, Localization

    By localizing an iPhone app, we display cultural information in the user’s specified locale, but what about the text, like the application name and displaying visible information in user’s preferred language. In this tutorial, I will show you how we can use resource files to display visible text in user’s language.

    Localizing iPhone [...]

    Continue Reading →

    Localizating iPhone Apps – Custom Formatter

    On November 12, 2008 · In Localization

    From time to time you may need to display some information which is locale specific and we may not be able to do it using NSNumberFormatter and NSDateFormatter. Any example might be displaying telephone numbers in a certain format. In such a case, we can create a custom formatter, which is [...]

    Continue Reading →

    Localizing iPhone Apps – Part 1

    On November 9, 2008 · In Localization

    It is very important to localize your iPhone applications, since the app can be used in more then 70 countries. Users want to see information, which is formatted according to their native country or region.

    Localizing iPhone Apps – Part 1 Localizing iPhone Apps – Custom Formatter Localizing iPhone Apps – Internationalization [...]

    Continue Reading →

    SQLite Tutorial – Updating data

    On November 2, 2008 · In iPhone SDK Tutorials, SQLite, UITableView

    In this tutorial, I will show you how to edit data and update its contents in the SQLite database. We will look at how to edit one field at a time.

    SQLite Tutorial – Displaying data in a UITableView. SQLite Tutorial – Deleting data from UITableView. SQLite Tutorial – [...]

    Continue Reading →
    • Categories

      • Application Preferences
      • iPhone Google Groups
      • iPhone SDK Tutorials
      • Localization
      • Parsing XML
      • SQLite
      • Touches
      • UIAlertView
      • UIPickerView
      • UITableView
      • UIToolbar
      • UIWebView
      • Uncategorized
    • Archives

      • August 2011
      • March 2009
      • February 2009
      • January 2009
      • December 2008
      • November 2008
      • October 2008
      • September 2008
      • August 2008
      • July 2008
    • Tags

    iPhone SDK Articles

    Pages

    • About
    • Contact

    The Latest

    • NULL or nil?
      In Cocoa both of them are typedef to zero. nil is an […]

    More

    © 2011 iPhone SDK Articles
    Platform by PageLines