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: Comments (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

  • 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....
  • 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 Retain Count or Reference Counting?
    Retain Count is the term which is related to the Memory Management  . whenever you create a object, Objective C doesn't really care abo...
  • 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...
  • 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...
  • Operators in Objective C and Swift
    Common for Objective C and Swift Assignment Operator ( = ) Arithmetic Operator addition +, Subtraction -,  Multiplication *,   Div...
  • Different states of an iOS app
    Different states of an iOS app: Not Running  Inactive active Background Suspended 1. Not Running App is usually in this sta...
  • 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...
  • 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...
All Copy rights are reserved. Powered by Blogger.