Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #2  
Old May 17th, 2014, 10:44 AM
Super Moderator
 
Join Date: Nov 2011
Default Re: IOS course in Bangalore

As you are asking about it let me tell you that IOS is the most used mobile OS in large corporations and iphones, Ipads are most popular mobile phones and tablets.

Course Content
Module 1 -
Introduction & OOPS

Development Environment
Xcode -Usage
Creating sample application
Objective –c - Variables and constant
Loops & Control statements
Arrays and pointers

Module 2 -
Memory Management & Interface Builder

Auto release pool & Managing memory
Interface builder -Document window tool
Outlets and actions
Kinds of debugging
Managing and controlling program execution flow
Setting and viewing breakpoints and investigation

Module 3 -
Cocoa touch and MVC

Properties, Protocols and Categories in
Cocoa classes
Basic Interaction
Understanding MVC architecture
Delegation

Controls, Gestures & Keyboard handling

Advance Controls in iphone
Segmented Controls
Views and view hierarchy
Working with Gesture and swipe - UITouch ,UI Responder
Customizing input types
Displaying, dismissing of keyboard
Orientations of screen

Module 5 -
File handling and basic data persistence

Property list types and objects
Property list serialization
Creating and modifying of data using pList

Module 6 -
Persistence & URL loading

File handling in iOS
Using SQLlite
Persistence using property list.
Understanding the use of Accelerometer
url loading system
Working on url loading system

Module 7 -
Core services

Using Address book, Maps
Safari, mail, and other standard applications

The Institutes that provide you IOS Courses are as follows

Felight
#2, 2nd Floor, Nandeesha Complex, Opp to Janatha Co-Operative Seva Bank, Vijayanagara 2nd Stage, 1st Main Rd, Hoshalli Extension, Stage 1, Vijayanagar, Bangalore, Karnataka 560104 ‎
080 2340 0383

MobiGnosis
3rd Floor, Near Indira Gandhi Circle, 1st Phase, 5/A209, 9th Cross Rd, Jeewan Sathi Colony, Phase 1, J P Nagar, Bangalore, Karnataka 560078 ‎
099 00 001329

TechInformatic Software Labs
Marathahalli Bridge, Outer Ring Rd, Marathahalli, Bangalore, Karnataka 560037 ‎
074 11 120120

TalenWeave Professional Training Academy
19th Main Rd, Sector 2, HSR Layout, Bangalore, Karnataka 560102 ‎
099 01 906194

JupiterR Synergetic Solutions
7th Cross Rd, Stage 2, EWS Colony, BTM Layout 2nd Stage, Bangalore, Karnataka 560076 ‎
095 35 555779

Frameboxx Animation & Visual Effects
No. 60-61/72, 1st Floor, Balaji Mansion, Dr. Rajkumar Road, 4th Block Rajajinagar, Bangalore, Karnataka 560010, 80 Feet Rd, Prakash Nagar, Rajajinagar, Bangalore, Karnataka 560021 ‎
080 4125 1268

VSQUARE Technology
#55,2nd Floor, Bannerghatta Main Road Opp SBI,, Bilekahalli, Rose Garden Rd, Anthappa Layout, Phase 4, J P Nagar, Bangalore, Karnataka 560076 ‎
080 4127 6111

eSpark Java Training in Bangalore
63, 21st Main Rd, Phase 2, J P Nagar, Bangalore, Karnataka 560078 ‎
099 64 232478

SpringPeople Software Private Limited
MSR Building, 9th Main Road, Sector 7, HSR Layout, 671, Level 3, 9th Main Rd, Sector 7, HSR Layout, Bangalore, Karnataka 560102 ‎
080 6567 9700

One Force Solutions
763, Gowri Arch, 9th Main Road,, 33rd A Cross Rd, Jayanagar 4 Block, Jayanagar, Bangalore, Karnataka 560011 ‎
080 4153 4523

Tekno Point Consulting
Koramangala, Bangalore, Karnataka 560034 ‎
096 20 926622

BVBI Infotech
Girinagar police station,Bangalore, Karnataka 560085, 80 Feet Rd, Banashankari Stage I, Phase 2, Banashankari, Bangalore, Karnataka 560085 ‎
099 00 535548

Vins India Pvt Ltd (ERP, Accounting Software, CRM, Payroll, Corporate Trining)
83/4, 13th Main, Indiranagar 2nd stage, Doopanahalli, Indira Nagar, Bangalore, Karnataka 560008 ‎
089 51 893187

Chloros Technologies
#1, 1st floor, Above SBI ATM, Opposite Post Office, RT Nagar Main Road, Ganga Nagar, Bangalore, Karnataka 560032 ‎
099 64 569191

Salesforce.com Training
#32/a, 11th Cross, Ganganagar, Lakshmayya Layout, Vishveshvaraiah Nagar, Ganga Nagar, Bangalore, Karnataka 560032 ‎
099 86 595715

myTectra Learning Solutions Private Limited
BTM Layout 2nd Stage, Bangalore, Karnataka ‎
090 19 191856

IP Net Solutions
#15, 2nd Floor , Timma Reddy Layout, HAL Airport Rd, Kaveri Nagar, Murugeshpalya, Bangalore, Karnataka 560017 ‎
080 4116 1086

Map

__________________
Answered By StudyChaCha Member
Reply With Quote
  #3  
Old December 14th, 2014, 10:22 AM
Super Moderator
 
Join Date: Dec 2012
Default Re: IOS course in Bangalore

Ok, as you want to know about the IOS course so here I am providing you the syllabus of this course.

IOS course Syllabus
1. Start Up

Understanding the Development Environment
Installing the Tools
Components of the SDK
Understanding the Xcode and IB interface
Understanding the advantages and Limitations of Simulator

2. Objective –C programming Language

Migrating from C/C++ to Objective-C
Basics of Objective-C
What it inherits from C
Objective-C Messaging System
Message Arguments in Objective-C Messages
Conventions in Objective-C

3. Foundations Objects of Objective-C

NSString Class
NSString and NSMutableString
String Manipulations
Search & Replace String Classes
NSNumber Class
NSNumber Object-oriented
NSNumberFormatter
NSArray Objects
NSArray Creation Methods and Manipulations
NSMutableArrays
NSArray and NSMutableArray Methods
Fast Enumeration
NSDictionary
NSDictionary and NSMutableDictionary
KVP in Dictionaries
NSDictionary Methods

4. Object-oriented Programming in Objective-C

Inheritance in Obj-C
Polymorphism
Classes and Objects
Class Interface and Implementation
Creating your first Objective-C class
Properties Definitions and Attributes
Creating a simple class in Obj-C
ClassCategories& Extensions
Protocols and Delegation

5. Memory Management

Introduction to Memory Management
Legacy Memory Concepts and ARC
Object Lifetime
Cleaning Up
Using Autorelease pools
Automatic Reference Counting (ARC)
Rules and limitations of ARC
Update a Project to ARC

6. UI basic

Using iPhone Project Templates
Application Life Cycle
Creating User Interface
Basic GUI Components
UITextField, UISlider, UISegementControl, UIStepper, UIButtonetc
Actions, Outlets and Events
Handling Basic Interactions
The Human Interface Guidelines
Understanding Delegation

7. Modal Views

Alerting a User
Customization AlertViews
Capturing User response
TextField Alerts and Keyboard Styles
Implementing ActionSheets

8. Debugging and TroubleShooting

Using NSLog for TroubleShooting and understanding App Flow
Using the Debugger
Creating breakpoints and Navigating through
Checking and Changing the values of Variables at Breakpoints

9. Understanding UITableView

Understanding UINavigationController
Creating a Simple Table View
Reusing TableViewCells
Customizing a TableView
Grouping Data in Tables
Selecting and Navigation in TableViews

10. Multi-View Applications

Introduction to Multi-View Applications
The MVC Architecture. Why and How to use MVC.
Subclassing Controllers
Creating a Utility Application and Creating Protocols
Implementing Different Animation for View Transitions

11. Basic Data Handling

Understanding the Controller States in Life Cycle
Understanding Application Document Structure
Understanding the Product Folder Structure
The Application Default Folders and File Manager
Capturing Files form Bundles
Storing and retrieving data from Files
Storing and Retrieving data from Plists

12. The Application Project Structure

Creating and Accessing your own Bundles
A Start Up Project using Different Controllers.
Creating a Multi-View Application from Scratch
Creating Scenes and Segues
Adding Controllers
Passing Data Across Scenes
Understanding Master-detail Application
Universal Applications

IOS training Institutes in Bangalore

Micro Systems & Software Technologies, J.P. Nagar 1st Phase
J.P. Nagar 1st Phase, Bangalore

Mytectra Technologies, BTM 2nd Stage
BTM 2nd Stage, Bangalore

Codefrux Technologies Pvt. Ltd., Koramangala
Koramangala, Bangalore

Arcus Infotech Pvt. Ltd., Domlur
Domlur, Bangalore

Software Training Labs, Koramangala
Koramangala, Bangalore

Innovator - Ideal Education Centre, Malleswaram
Malleswaram, Bangalore

Lichisoft Technologies, BTM 2nd Stage
BTM 2nd Stage, Bangalore

Care IIT Academy, Marathahalli
Marathahalli, Bangalore

Technomas Solutions, Murugeshapalya
Murugeshapalya, Bangalore

Dallas Technologies, BTM Layout 1
BTM Layout 1, Bangalore

Software Technology Group (STG) International Ltd., Koramangala
Koramangala, Bangalore

Swami Vivekanand Jana Kendra, Kalyan Nagar
Kalyan Nagar, Bangalore

Igeeks Technologies, Malleswaram
Malleswaram, Bangalore

Traitsys Technologies Pvt Ltd, Koramangala
Koramangala, Bangalore

Vision IT Technologies Pvt. Ltd., BTM Layout
BTM Layout, Bangalore

Software Technology Group International Ltd., Rajaji Nagar
Rajaji Nagar, Bangalore

Genius Port, Jaya Nagar 4th Block
Jaya Nagar 4th Block, Bangalore

Atom Systems Pvt. Ltd., H.A.L.
H.A.L., Bangalore

SMAC Technologies Academy, Bellandur
Bellandur, Bangalore

Facets of Career Consultants - FOCC, Rajaji Nagar
Rajaji Nagar, Bangalore
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 08:18 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8