MC Android Programming

Similar documents
Android Programming (5 Days)

Android App Development

Android Programming - Jelly Bean

ANDROID SYLLABUS. Advanced Android

Required Core Java for Android application development

Beginning Android 4 Application Development

Android Essentials with Java

Java Training Center - Android Application Development

Mobile Application Development Android

Android Online Training

1. Implementation of Inheritance with objects, methods. 2. Implementing Interface in a simple java class. 3. To create java class with polymorphism

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

Android Application Development Course 28 Contact Hours

android application development CONTENTS 1.1 INTRODUCTION TO O ANDROID OPERATING SYSTEM... TURES Understanding the Android Software Stack...

Android Programming Lecture 2 9/7/2011

Course Learning Outcomes (CLO): Student Outcomes (SO):

Building User Interface for Android Mobile Applications II

ANDROID DEVELOPMENT. Course Details

LECTURE 08 UI AND EVENT HANDLING

Course Syllabus. Course Title. Who should attend? Course Description. Android ( Level 1 )

Android Syllabus. Android. Android Overview and History How it all get started. Why Android is different.

Syllabus- Java + Android. Java Fundamentals

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Android UI DateBasics

Pro Android 2. Sayed Y. Hashimi Satya Komatineni Dave Mac Lean. Apress

Android App Development for Beginners

ANDROID COURSE BROCHURE

Android Development Crash Course

Android Application Development

MARS AREA SCHOOL DISTRICT Curriculum TECHNOLOGY EDUCATION

Answers to Exercises

Android" Application Development SAMS. Sams Teach Yourself. Shane Conder. Lauren Darcey. Second Edition

Introduction to Web Development with Microsoft Visual Studio 2010

Android Training Overview (For Demo Classes Call Us )

AND-401 Android Certification. The exam is excluded, but we cover and support you in full if you want to sit for the international exam.

CS 528 Mobile and Ubiquitous Computing Lecture 2a: Introduction to Android Programming. Emmanuel Agu

Android Application Development 101. Jason Chen Google I/O 2008

Diploma in Android Programming (DAP)

BCA 6. Question Bank

IGEEKS TECHNOLOGIES. Software Training Division. Academic Live Projects For BE,ME,MCA,BCA and PHD Students

Android App Development

Android Application Development Course Code: AND-401 Version 7 Duration: 05 days

COURSE SYLLABUS ANDROID. Industrial Training (4 MONTHS) PH : , Vazhoor Road Changanacherry-01.

CHAPTER 1: HELLO, ANDROID 1

CS 4518 Mobile and Ubiquitous Computing Lecture 2: Introduction to Android Programming. Emmanuel Agu

Developing Microsoft SQL Server Databases

ITG Software Engineering

GUJARAT TECHNOLOGICAL UNIVERSITY

Understand applications and their components. activity service broadcast receiver content provider intent AndroidManifest.xml

06. Advanced Widget. DKU-MUST Mobile ICT Education Center

Programming with Android: System Architecture. Dipartimento di Scienze dell Informazione Università di Bologna

ANDROID APPLICATION DEVELOPMENT PROSPECTUS ADAAD UNIVERSITY OF SKILLS

Xamarin for C# Developers

Android Apps Development

Android Basics Nanodegree Syllabus

Implementing a Data Warehouse with Microsoft SQL Server 2012

CS 528 Mobile and Ubiquitous Computing Lecture 2a: Android UI Design in XML + Examples. Emmanuel Agu

Creating a User Interface

ANDROID APPLICATION DEVELOPMENT COURSE Training Program

Questions and Answers. Q.1) Which of the following is the most ^aeuroeresource hungry ^aeuroepart of dealing with activities on android?

Android Application Development

Mobile Application Development

Programming in HTML5 with JavaScript and CSS3

1. What are the key components of Android Architecture? 2. What are the advantages of having an emulator within the Android environment?

Developer s overview of the Android platform

Android for Ubiquitous Computing Researchers. Andrew Rice University of Cambridge 17-Sep-2011

The World of Android Development

Citrix - CXA XenApp 6.5 Administration

Software Development & Education Center ANDROID. Application Development

Android Programming in Bluetooth Cochlea Group

GUI Design for Android Applications

ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I)

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

Lab 3. Accessing GSM Functions on an Android Smartphone

CORE JAVA& ANDROID SYLLABUS

Android Overview. Most of the material in this section comes from

Android System Architecture. Android Application Fundamentals. Applications in Android. Apps in the Android OS. Program Model 8/31/2015

ANDROID APPS DEVELOPMENT FOR MOBILE GAME

Androidfp_printOnly.book Page vii Tuesday, October 4, :15 AM. Contents. Before You Begin

Praktikum Entwicklung Mediensysteme. Implementing a User Interface

ANDROID USER INTERFACE

Programming with Android: System Architecture. Dipartimento di Scienze dell Informazione Università di Bologna

Programming Android UI. J. Serrat Software Design December 2017

Android Development Tools = Eclipse + ADT + SDK

Programming in Android. Nick Bopp

Views & View Events View Groups, AdapterViews & Layouts Menus & ActionBar Dialogs

Android Basics Nanodegree Syllabus

MS_40541 Build Native Cross-Platform Mobile Apps with a Shared C# Business Logic for ios, Android, and UWP in C#.NET with Xamarin and Visual Studio

07. Menu and Dialog Box. DKU-MUST Mobile ICT Education Center

Introduction to Android

Mobile Application Development

Hello World. Lesson 1. Android Developer Fundamentals. Android Developer Fundamentals. Layouts, and. NonCommercial

COLLEGE OF ENGINEERING, NASHIK-4

Computer Science E-76 Building Mobile Applications

LTBP INDUSTRIAL TRAINING INSTITUTE

Mobile Programming Lecture 1. Getting Started

Mobile OS. Symbian. BlackBerry. ios. Window mobile. Android

M.C.A. Semester V Subject: - Mobile Computing (650003) Week : 2

Introduction to Android Android Smartphone Programming. Outline University of Freiburg. What is Android? Background University of Freiburg.

Citrix - CXD Deploying App and Desktop Solutions with Citrix XenApp and XenDesktop 7.6

Transcription:

MC1921 - Android Programming Duration: 5 days Course Price: $3,395 Course Description Android is an open source platform for mobile computing. Applications are developed using familiar Java and Eclipse tools. This Android training course teaches students the architecture, API and techniques to create robust, high performance and appealing applications for the Android devices. While many classes focus on the mobile device, this Android development training course also deals with the server side architecture. This makes this Android development training course ideal for enterprise class businesses. After taking this Android training course, students will be able to build robust and high performance applications for the enterprises. What students will learn? Audience The architecture of Android OS. Using the Eclipse based development environment. GUI development. Supporting multiple languages. Accessing data from files, network and SQL database. Audio and video playback. Automated testing of your applications. Selling your applications in Android market. Developers and architects who will be developing applications for Android devices. Course Outline CHAPTER 1. INTRODUCTION TO ANDROID What is Android? A Short History Advantages of Android Disadvantages of Android Android Version Distribution Android Market Share References CHAPTER 2. THE DEVELOPMENT ENVIRONMENT What Do We Need? Setting Up the SDK Setting Up the SDK Bundle Install Setting Up the SDK Manual Install Install Eclipse Plugin Manual Install Create a Virtual Device Creating a Project Running Your Application Android Hardware Buttons Run Configuration Debugging an Application Using Third Party JAR Creating Reusable Library Dalvik Debug Monitor Server (DDMS) DDMS Tools in Eclipse The Console Views Developing for Multiple Android Versions CHAPTER 3. THE ARCHITECTURE OF ANDROID Key Components Stack The Kernel Libraries The Dalvik JVM Application Framework Applications CHAPTER 4. APPLICATION FUNDAMENTALS Recapping The Basics Packaging an Application Application Reusability Architecture

The Manifest File Activity Creating an Activity Class Activity Lifecycle Launching an Activity Pausing and Stopping an Activity Destroying an Activity Activity Destruction Under Resource Shortage Saving State Creating Views Registering an Activity The Default Activity Process Lifecycle The Application Class The Application Context CHAPTER 5. BASIC GUI PROGRAMMING The Fundamentals View Hierarchy Creating Views Programmatically Creating View in XML Layout More on XML Layout Common Programming Tasks with Views TextView and EditText Multi-Line Text Ellipsize Long Text Button CheckBox RadioButton and RadioGroup ToggleButton ImageView RatingBar CHAPTER 6. LAYOUT MANAGEMENT Background LinearLayout LinearLayout Orientation match_parent (fill_parent) Example Layout Gravity Weight TableLayout Managing the Width RelativeLayout RelativeLayout Example ScrollView HorizontalScrollView CHAPTER 7. RESOURCE MANAGEMENT AND LOCALIZATION Main Types of Resources Defining Value Resources Defining String Arrays Creating Image Resource Alternate Resource Folders Alternate Folder Name Rules Eclipse Tools for Android XML Files How Android Finds Resources Dealing with Screen Orientation Orientation Change and Activity Lifecycle Developing for Tablets Basics of Localization Testing for Localization Loading Localized String from Code CHAPTER 8. INTENTS AND INTENT FILTERS What is an Intent? The android.content.intent Class Explicitly Specifying Component's Class Example: An Activity Launching Another Activity Implicit Target Component Specification Intent Filters Data Type Filter Action Name Category Name Hint Matching Logic Example Hint Matching Default Component of an Application Starting an Activity

Getting Output from Activity Example of Launcher: ActivityA Example of Launched: ActivityB Pending Intent CHAPTER 9. FRAGMENTS AND SUPPORTING DIFFERENT SCREENS The Problem Screen Density Screen Size Size Qualifiers in Android 3.2 Supporting Multiple Screens Declaring Screen Support in Manifest Screen Compatibility Mode Providing Alternate Resources Scaling Images Providing Alternate Layout for Large Devices Fragments Fragment Example Creating a Fragment Adding a Fragment to an Activity Managing Fragments Communicating With an Activity Using Fragment Callback Interface Supporting Fragments on Older Devices Putting It All Together Testing on Multiple Screens CHAPTER 10. APPLICATION MENU Defining Menu Items Menu XML File Option Menu Populating Menu Items from Resource Manipulating Menu Items Handling Menu Item Click Event Context Menu Showing a Context Menu Handling Context Menu Item Click CHAPTER 11. SHOWING NOTIFICATION MESSAGES Toast Popping a Toast Controlling Toast Position With Gravity Custom Toast View Status Bar Notification Normal Notification View Advantages of Status Bar Notification Steps to Create a Status Bar Notification Posting the Notification Using a Utility Method Notification IDs Notification Defaults and Flags Notification.Builder Class Using Dialogs AlertDialog Handling Button Click Events ProgressDialog Setting Progress Amount CHAPTER 12. MENUS WITH ACTION BAR Action Bar Overview Enabling the Action Bar Using an Existing Menu Definition Adding Action Items Handling Clicks on Action Items Split Action Bar Up Navigation Using Action Views Drop-down Navigation CHAPTER 13. ADVANCED GUI DEVELOPMENT Spinner View Creating a Spinner Handling Item Selection Event The ListView

Creating a ListView Handling ListView Events The Adapter Model Custom Adapter Class Example Adapter Using an Adapter Using a Custom Row Layout Tabbed UI Layout Configuring Action Bar for Tabs The ActionBar.TabListener Interface ViewPager ViewPager Layout PagerAdapter Linking ViewPager and PagerAdapter Linking Tabs and ViewPager Pages ViewFlipper WebView WebView Methods CHAPTER 14. NETWORK PROGRAMMING Communication Using HTTP Protocol Creating a HttpClient Object Making a GET Request Making a POST Request Setting Timeout Using Basic Authentication Using Custom Authentication XML Parsing Options Setting Up XML Pull Parser The Main Loop Example XML Document Example Parsing Code Checking Network Status CHAPTER 15. BACKGROUND TASK PROCESSING The Handler Framework The Basic Approach Creating a Handler Posting a Message Doing Background Work AsyncTask Callback Methods of AsyncTask Doing the Work Starting Work Getting Result from the Task Updating GUI From the Task Ending the Task Loaders Implementing a Loader Use LoaderManager to Initialize Loader Implement LoaderCallbacks CHAPTER 16. DATA STORAGE Data Storage Options Data Privacy Shared Preferences Modifying Shared Preferences Shared Preferences Example Default Preferences Editing Preferences Example: Editing Preferences Internal Storage Example: Write to Internal Storage Example: Read from Internal Storage Private Directory Cache Directory Example: Writing to Cache File External Storage Checking State of External Storage Working with Private External Storage Example: Writing to External Storage Shared External Storage Shipping Files with the Application Working with Raw Resource Files Working with Asset Files

CHAPTER 17. CONTENT PROVIDER Use of URL The Structure of Data MIME Type Creating a Content Provider Implement the query() Method Example query() Method Implement the insert() Method Example insert() Method The update() and delete() Methods Implement gettype() Registering a Provider Writing a Data Consumer Performing a Query Example Query by a Consumer Example: Inserting Record CHAPTER 18. SQL DATABASE STORAGE Opening a Database Connection Transaction Management A Pattern for Connection and Transaction Handling Creating Schema Compiled SQL Statement Inserting Data Updating Data Deleting Data Fetching Data Example Queries Iterating Over a Cursor Reading Column Values from Cursor A Complete Example Cursor Management Binding Cursor to ListView Custom Data Binding Handling Item Click Event Refreshing the ListView Schema Creation Issues Example Helper Class Using the Helper Class CHAPTER 19. MULTIMEDIA PROGRAMMING Recording Audio Start Recording Audio Stop Recording Playing Audio Playing from Raw Resource Playing from a File or Network Stream Stopping and Cleanup Video Playback Playing Video CHAPTER 20. BACKGROUND SERVICES What is a Service? Creating a Service Example Service Class Starting and Stopping a Service Starting Long Running Work Sending Control Messages to a Service Using IntentService Usability Guidelines CHAPTER 21. BROADCAST RECEIVER Developing a Broadcast Receiver Component Registering a Receiver Broadcasting a Custom Intent CHAPTER 22. LOCATION BASED SERVICES Guidelines for Obtaining Current Location Obtaining Current Location from an Activity or Service Reading Location Data

Other Considerations Proximity Alert Geocoding Example Geocoding and Reverse Geocoding Using MapView Setting up the Project Showing MapView from an Activity CHAPTER 23. ANDROID TELEPHONY API Common Uses of Telephony API Making a Phone Call Sending SMS Message Call and Service State Monitoring Call and Service State Register the Listener Getting Detail Phone Information CHAPTER 24. TESTING APPLICATIONS New Sources of Defects Special Testing Considerations Android Testing Framework The Architecture Creating a Test Project Test Case Class for an Activity Test Case Initialization Writing a Test Case Method Service Test Case Class Running Test Cases Useful Methods of an Activity Test Case Class Additional Assertion Function The TouchUtils Class Developing and Testing on a Device Stress Test Monkey Third Party Testing Tools CHAPTER 25. PACKAGING AND DISTRIBUTING APPLICATIONS Pricing Options Getting the Application Ready About Signing the Application Exporting and Signing the Application Going to Android Market Doing Maintenance Prerequisites Prerequisites Basic knowledge of Java. Familiarity with Eclipse is a plus but not necessary. Learn it! San Francisco - 33 New Montgomery St. - Suite 300 - San Francisco, CA 94105-855.838.5028 or 415.693.0250 Learn it! San Jose - 2025 Gateway Place - Suite 390 - San Jose, CA 95110-855.838.5028 or 408.200.0953 Learn it! New York - 330 West 38th St. - Suite 301 - New York, NY 10018-855.838.5028 Live Online Training - Remote Training - Home, Office, Anywhere