iOS Development

Welcome to my Blog

Ranga
By Ranga Reddy Nallavelli 15 comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Posts (Atom)

Topics

  • Objective C
  • Swift
  • iOS

List of Tutorials

  • ►  2017 (13)
    • ►  April (13)
  • ►  2013 (2)
    • ►  July (1)
    • ►  March (1)
  • ►  2012 (5)
    • ►  July (5)
  • ►  2011 (2)
    • ►  December (1)
    • ►  January (1)
  • ▼  2010 (10)
    • ►  September (2)
    • ►  July (1)
    • ►  June (3)
    • ►  April (2)
    • ►  February (1)
    • ▼  January (1)
      • Welcome to my Blog

Followers

Search This Blog

Report Abuse

  • Home

Subscribe To Ranga-Iphone-Developer

Posts
Atom
Posts
All Comments
Atom
All Comments

About Me

My photo
Ranga Reddy Nallavelli
iOS Developer at At&t
View my complete profile

Popular Posts

  • Can I force an iPhone user to upgrade an application?
             In general forcing the user to update our application mandatorily might not go well from user stand point.         In-spite of...
  • What is the difference between the Release and Autorelease?
    Release and Autorelease are the terms related to the Memory Management. whenever you own a object its your responsibility to release it . i...
  • How to Localize iOS Apps
    Localization? The   practice of adjusting a product functional properties and characteristics to accommodate the language, cultural , pol...
  • Valid architectures of iOS devices?
    iOS Devices are powered by the processors based on ARM architecture, comes in different in versions developed overtime, each one added with...
  • Pointers
    In Objective C all objects are referenced using pointers: A pointer is a variable which stores memory address instead of value itself....
  • Native vs Mobile Web vs Hybrid -Apps
    About Native: Native applications are those which are platform and hardware dependent. These are built using specific programming languag...
  • Rules of Swift Initializers
    Rule 1: A designated initializer must call its immediate superclass designated initializer Rule 2: A convenience initializer must ca...
  • Constructs in Objective C and Swift
    Classes, Structs and Enums are called Constructs and all three of them allow your program to store, organize or manipulate data in differe...
  • Which object is create by UIApplicationMain function at app launch time?
    The app delegate object is created by UIApplicationMain function at app launch time. The app delegate object's main job is to handle st...
  • Dynamic Typing & Dynamic Binding:
    Dynamic Typing in Objective C means that the class of an object type id is unknown at the compile time and is discovered at the run time b...
All Copy rights are reserved. Powered by Blogger.