Android applications are developed using the Java language. As of now, that really your only option for native applications. Java is a very popular programming language developed by Sun Microsystems (now owned by Oracle). Developed long after C and C++, Java incorporates many of the powerful features of those powerful languages while addressing some of their drawbacks. Still, programming languages are only as powerful as their libraries. These libraries exist to help developers build applications. Our goal is to prepare those already familiar with one programming language, such as PHP or Objective-C, to become comfortable working with the Java programming language and dive into Android app development. There are a number of ways to create apps for Android devices, but the recommended method for most developers is to write native apps using Java and the Android SDK. Java for Android apps is both similar and quite different from other types of Java applications. If you have experience with Java (or a similar language) then you will probably feel pretty comfortable diving right into the code and learning how to use the Android SDK to make your app run. But if you�re new to programming or object-oriented languages then you will probably want to get familiar with the syntax of the Java language and how to accomplish basic programming tasks before learning how to use the Android SDK.
INTRODUCTION TO JAVA
- Understanding Requirement: Why Java
- Why Java is important to the Internet
- JAVA on LINUX Platform
INTRODUCTION TO JAVA VIRTUAL MACHINE
- Java Virtual machine Architecture
- Class loading process by class loaders
- Role of Just In time complier (JIT)
- Execution Engine
AN OVERVIEW OF JAVA AND BUZZWORDS
- Data types , Variables ad array
- Operators
- Control statements
- Object oriented paradigms
- Abstractions
- The three OOP Principles(Encapsulation, inheritance, Polymorphism)
JAVA CLASSES AND OOP IMPLEMENTATION
- Class fundamentals
- Commands line arguments
- Learning Static Initializer
- Declaration of objects
- Instance variable Hiding
- Overloading and Overriding of Methods
- Understanding of Access Controls (private, public and protected)
- Learning Nested and Inner classes
- Dynamic method Dispatching
- Using Abstract classes
- Using final to prevent Overriding & Inheritance
- Garbage collection
PAKAGES AND INTERFACES
- Defining a package
- Understanding CLASSPATH
- Access Protection
- Importing packages
- Defining and Implementing interfaces
- Abstract classes Vs Interfaces
- Genrics
- Annotations
- Vargs
- For Each
EXCEPTION HANDLING
- Fundamental of Exception handling
- Types of exceptions
- Learning exceptions handlers
- Try and Catch
- Multiple catch Clauses
- Nested Try statements
- Throw , throws and finally
STRING HANDLING
- Learning String Operations
- Learning Character Extraction
- Learning String Comparison
- Understanding of String Buffer Class
WINDOWS PROGRAMMING
- Swing
- Introduction to JFC
- Controls
- Event Delegation Model
- Event Classes
- Event Listeners
- Applet
- Applet Basics
- Architecture and Skelton
- Simple Applet Display Methods
- The HTML Applet Tag
INTRODUCTION TO EVENT HANDLING
- Event Delegation Method
- Event classes
- Event Listeners
- Adapter classes
Multi threaded Programming
- The java thread model
- Creating a thread: Extended Thread and Implementing Runable
- Creating multiple Thread and Context Switching
- Synchronization: methods and statements
- Inter thread Communication
MANAGING INPUT AND OUTPUT IN JAVA
- Introduction to I/O streams
- File handling
- Binary Streams
- Character stream
- Data streams
- Serialization
NETWORKING
- Introduction To Networking
- URL, InetAddress
- Socket And Server Socket
- Datagram socket
COLLECTION API
- Collection Overview
- The collection Interfaces (list, set , sorted set)
- The Collection classes (array list, Linked list, hash set, Tree Set)
- Accessing a collection via an Interator
- Working with Maps
JEE (JAVA ENTERPRISE EDITION)
Introduction to JAVA
Introduction to J2EE Architecture
- Tier Architecture
- Single Tier
- Two Tier
- Three Tier
- N Tier
J2EE COMPONENTS
- Web components
- Business components
J2EE CONTAINERS
- Containers Type
- Containers Services
JDBC
- Introduction to JDBC
- JDBC Drivers
- Statements
- Metadata
- Scrollable Updatable Result set
- Batch Updates
JAVA SERVLET
- Introduction to Web
- Programming
- Advantages of Servlet
- Servlet Lifecycle
- Packing and Deployment
- Request Dispatching
- Session Tracking
JAVA SERVER PAGES (JSP)
- JSP Architecture
- JSP Elements
- SP Objects
- Custom Tags
Ajax
- XMLHTTP Request
- Ready State
- Onreadystate Change
- ResponseText
- ResponseXML
- Status
Jquery
- Jquery with Ajax
- Jquery Event
- Jquery Selectors
- JSON
RMI
- Distributed Applications
- RMI Architecture
- Implementation
JAVA Mail API
Utilities
- My Eclipse 8.0
- Net Beans 6.5
WEB SERVER
- Apache Tomcat 6.0
APPLICATION SERVER
- Bea's Web logic 10.0
Introduction to Framework
- Spring
- Hibernate
ANDROID APPLICATION DEVELOPMENT
OBJECTIVE
- Introduction to Android
- What is Android
- Applications in Android
- Open Handset Alliance
- Android Layers and their Work
- How to Properly Install Android SDK on Your Windows
- Install Android SDK in Windows
- How to create first android mobile app
- Create Android Application
- Android Views
- Buttons and their properties
- EditText Attributes
- CheckBox
- A Custom View
- Radio Button
- Introduction to Services in Android
- An introduction to Text-To-Speech in Android
- Android: Speech To Text
- Android camera application
- Bluetooth
- Wifi
- DATABASE
- PROJECT (EMPLIZONE)
- Company Client relationship and product management
- Project Snapshots
HISTORY OF ANDROID, ANDROID STRUCTURE AND WORKING TECHNOLOGY
- Android OS Architecture
- Android OS version
- SDK installation for Android
- App sound base
- Android process Architecture
- Android Application components
ANDROID VIEWS
- What are Views
- View and XML Relations
- Views connection with the widgets
- Activity methods and connections
- Layout In flators, views and View Group
ANDROID UI DESIGNING & SERVICES
- Views UI Design
- Fragment and UI Relation, view Reusability and off loading work from main thread.
- Services Structure and its Introduction
- Unbinded and Binded Services with examples
- Approaches for Binding a services
INTENT
- In text Introduction
- Types of Intent with Examples
- Accessing Recognizer Intent (Speech to Text)
- Accessing Implict Intent (camera services)
- Callback Implicit Intent Methods for service data capture
- Services interaction-
- Text to speech
- Wifi-service (Managers)
- Bluetooth Adapter
What is Fragement
- Multipane & Singlepane
- Fragment life cycle
- Addition of Fragments
- Fragment Working UI
DATABASE
- Introduction on to types of Database
- Sqlite Database Introduction on
- Sqlite Open Helper and Sqlite Database
- classes work
- Cursor Opera on and classes
- Cursor Methods
- CRUD Operations
- Database full Structure