Android Certified Application Developer AND-401



Similar documents
Android Application Development

Getting Started with Android Programming (5 days) with Android 4.3 Jelly Bean

Here to take you beyond Mobile Application development using Android Course details

Specialized Android APP Development Program with Java (SAADPJ) Duration 2 months

ITG Software Engineering

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

Android Developer Fundamental 1

Q1. What method you should override to use Android menu system?

Mobile App Design and Development

Android Application Development Course Program

Android Application Development - Exam Sample

Android Development Exercises Version Hands On Exercises for. Android Development. v

INFORMATION BROCHURE

Android (Basic + Advance) Application Development

ANDROID INTRODUCTION TO ANDROID

COURSE CONTENT. GETTING STARTED Select Android Version Create RUN Configuration Create Your First Android Activity List of basic sample programs

Android Application Development

«compl*tc IDIOT'S GUIDE. Android App. Development. by Christopher Froehlich ALPHA. A member of Penguin Group (USA) Inc.

Jordan Jozwiak November 13, 2011

An Introduction to Android Application Development. Serdar Akın, Haluk Tüfekçi

Workshop on Android and Applications Development

1) SETUP ANDROID STUDIO

1. Introduction to Android

Lecture 1 Introduction to Android

Homeschool Programming, Inc.

Fahim Uddin 1. Java SDK

Table of Contents. Adding Build Targets to the SDK 8 The Android Developer Tools (ADT) Plug-in for Eclipse 9

Android Development. Marc Mc Loughlin

Android Application Development: Hands- On. Dr. Jogesh K. Muppala

How to use the Eclipse IDE for Java Application Development

Developer's Cookbook. Building Applications with. The Android. the Android SDK. A Addison-Wesley. James Steele Nelson To

Getting Started with Android Development

Creating and Using Databases for Android Applications

core. Volume I - Fundamentals Seventh Edition Sun Microsystems Press A Prentice Hall Title ULB Darmstadt

Practical Android Projects Lucas Jordan Pieter Greyling

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

DIPLOMADO DE JAVA - OCA

How To Develop An Android App On An Android Device

Getting started with Android and App Engine

Android Mobile App Building Tutorial

Beginning Android Programming

Developing NFC Applications on the Android Platform. The Definitive Resource

CHAPTER 1: INTRODUCTION TO ANDROID, MOBILE DEVICES, AND THE MARKETPLACE

Lab 0 (Setting up your Development Environment) Week 1

Graduate presentation for CSCI By Janakiram Vantipalli ( Janakiram.vantipalli@colorado.edu )

Android Basics. Xin Yang

Module Title: Software Development A: Mobile Application Development

Android Application Development Distance Learning Program Brochure

Fundamentals of Java Programming

Reminders. Lab opens from today. Many students want to use the extra I/O pins on

TUTORIALS AND QUIZ ANDROID APPLICATION SANDEEP REDDY PAKKER. B. Tech in Aurora's Engineering College, 2013 A REPORT

Running a Program on an AVD

System Reference 2013

Beginner s Android Development Tutorial!

Homework 9 Android App for Weather Forecast

Shri Vishnu Engineering College for Women(Autonomous):: Bhimavaram. Funded by the

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus

INTRODUCTION TO ANDROID CSCI 4448/5448: OBJECT-ORIENTED ANALYSIS & DESIGN LECTURE 11 02/15/2011

How to Create an Android Application using Eclipse on Windows 7

Computing Concepts with Java Essentials

Android Development Setup [Revision Date: 02/16/11]

Application Development

How To Develop Android On Your Computer Or Tablet Or Phone

Android Application Development. Daniel Switkin Senior Software Engineer, Google Inc.

Creating a 2D Game Engine for Android OS. Introduction

Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone

Using Intel C++ Compiler in Eclipse* for Embedded Linux* targets

Syllabus for CS 134 Java Programming

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu

OpenCV on Android Platforms

Introduction to Android Development

ANDROID TRAINING COURSE MODULES. Module-I: Introduction to Android. Introducing Android. Installing Development Tools. Using the Emulator.

Java Application Developer Certificate Program Competencies

Android. Learning Android Marko Gargenta. Tuesday, March 11, 14

Introduction to Android Programming (CS5248 Fall 2015)

Programming Android applications: an incomplete introduction. J. Serrat Software Design December 2013

QUALIFICATIONS PACK - OCCUPATIONAL STANDARDS FOR TELECOM INDUSTRY. SECTOR:TELECOM SUB-SECTOR: Handset (Terminal Applications) REFERENCE ID: TEL/Q2300

An Introduction to Android

Developing with Android Studio

4 Application Development

Android Development Tools for Eclipse

Getting Started With Android

Mobile Application Development

Introduction to Android

Android Development Tutorial. Human-Computer Interaction II (COMP 4020) Winter 2013

Java SE 8 Programming

Android Application Development Lecture Notes INDEX

Home Course Catalog Schedule Pricing & Savings Training Options Resources About Us

Introduction to Android. CSG250 Wireless Networks Fall, 2008

Installing the Android SDK

Android 4.4 App Development Essentials

Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM Eng. Wafaa Audah.

Mobile Application Development 2014

Login with Amazon Getting Started Guide for Android. Version 2.0

IFC3 India-Android Application Development

l What is Android? l Getting Started l The Emulator l Hello World l ADB l Text to Speech l Other APIs (camera, bitmap, etc)

A Modular Approach to Teaching Mobile APPS Development

ANDROID PROGRAMMING - INTRODUCTION. Roberto Beraldi

Introduction to Android

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3

Transcription:

Android Certified Application Developer AND-401 ATC ANDROID CERTIFICATION Factor Humano Formación Escuela Internacional de Postgrado 2015 Centro Empresarial y Nuevas Tecnologías Edificio URBAN) C/ Pio Baroja 7, 06800, TLFN:+34 924 045 027- +34 645251551. TLFN CHILE: +56 224054457 Mérida (Badajoz). España.

ÍNDICE DEL CONTENIDO 1. Java Fundamentals for Android Development 2. Android Application Development

1. - Java Fundamentals for Android Development Lesson 1: Java Basics Java programming language Java Virtual Machine JDK and JRE Setting up your machine for Java programming Hello World in Java Using a text Editor Using an IDE Java Primitive Data Type Naming Arrays Control Flow If/Else and Switch Switch statement While loop For Loop Lesson 2: Object Oriented Programming Object Oriented Programming Objects Classes Inheritance Interface Access Modifiers Constructors Method overriding and overloading Polymorphism Lesson 3: Java Topics Java Collections Interfaces Implementations Enumerated types Serialization Deserializing

2. - Android Application Development Lesson 1: Hello Android Framework Creating an Android Project Within Eclipse From Command line Running Your Application Running you project on the emulator Components of an Android application Application Life-cycle Modifying created project Change activity s name Lesson 2: Android SDK Tools and Activity Class Android Software Layers Linux kernel C/C++ Libraries Android Runtime Application Framework Application layer Android Libraries The Android Manifest File Structure of the Manifest File Android SDK Tools Activity life-cycle through Java Create an Activity Lesson 3: ListActivity and ListView Views Using Views Adding a View to your application List Views and List Activity Using a ListActivity Adding ListView Add Event to List Items Summary

Lesson 4: Intents and Intent filters Intents Explicit Intents Implicit Intents Native Android Actions Data Transfer Intent to Call Activities Direct calls Sub-activities: Calling Activities for Results Register an IntentFilter Lesson 5: Custom Views Different Uses of Customized Views Modify Existing Views Step by Step What is in ondraw() The full picture Lesson 6: Dialogs and Toasts Dialogs Dialog sub-classes Creating dialogs with user-defined layout Activities with Dialog Theme Toasts Lesson 7: More UI - Options Menu, Context Menu, and WebView Menus Building a menu from Java code Building a menu from a resource file Handle Select Events Sub-menus Context Menus Handling Context Menu Selection Additional Menu Item options

Checkboxes and Radio Buttons Shortcut Keys Condensed Titles Menu Item Click Listener Intents WebView Practical Exercise Lesson 8: Android Storage: Network, File I/O, and SharedPreferences Android Storage Options Shared Preferences Internal Storage SQLite Databases Network Connection Connecting to the internet File I/O Including files as resources Shared Preferences Retrieving Shared Preferences Save activity state Lesson 9: Android Storage: SQLite and Content Providers SQLite in your application SQLite library SQLiteOpenHelper SQLiteDatabase Cursors Databases in Android Native Android Content Providers Lesson 10: Android Notifications Creating a notification Notification actions Example: NotificationManager Summary ESTRUCTURA Clases en directo teórico-prácticas. Acceso a las clases grabadas sin horarios. Preparación para el examen de certificación. Ejercicios y resolución de casos prácticos. Tutorización personalizada. Total: 175 horas (Telepresencial + Online)