Основы Java для разработки приложений для Android. Версия 7 AND-404

Similar documents
Android Application Development using Kotlin

80015: Enterprise Portal Development in Microsoft Dynamics AX : Enterprise Portal Development in Microsoft Dynamics AX 2009

11gBAR: Oracle Database 11g: Backup and Recovery Workshop 11gBAR: Oracle Database 11g: Backup and Recovery Workshop

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

ATC Android Application Development

Android Application Development

ANDROID SYLLABUS. Advanced Android

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

Mumbai Android Bootcamp -Course Content

Java Training Center - Android Application Development

Syllabus- Java + Android. Java Fundamentals

Android App Development

Mobile Application Development

Required Core Java for Android application development

ANDROID DEVELOPMENT. Course Details

Android Application Development Course 28 Contact Hours

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

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

SEVEN ADVANCED ACADEMY

Beginning Android 4 Application Development

LTBP INDUSTRIAL TRAINING INSTITUTE

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.

Xamarin for C# Developers

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

Android App Development for Beginners

Android Essentials with Java

MARS AREA SCHOOL DISTRICT Curriculum TECHNOLOGY EDUCATION

ANDROID TRAINING PROGRAM COURSE CONTENT

Android Programming - Jelly Bean

Android Developer Nanodegree Syllabus

Android App Development Workshop

Diploma in Android Programming (DAP)

Android Basics Nanodegree Syllabus

Android Basics Nanodegree Syllabus

Android Online Training

CORE JAVA& ANDROID SYLLABUS

ANDROID COURSE BROCHURE

Android App Development. Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore

Essentials of Developing Windows Store Apps Using C#

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Android App Development

ITG Software Engineering

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

Android Programming (5 Days)

MC Android Programming

Answers to Exercises

Hands-On Workshop on Google Android Developer Fundamentals

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

Topics Covered in the Android Apps Development Training

Android Apps Development

XML Tutorial. NOTE: This course is for basic concepts of XML in line with our existing Android Studio project.

XAMARIN Application Development - Workshop

GUJARAT TECHNOLOGICAL UNIVERSITY

Programming Android UI. J. Serrat Software Design December 2017

ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012

3D ray tracing simple scalability case study

Module Title : 20484C:Essentials of Developing Windows Store Apps Using C#

Project Covered During Training: Real Time Project Training

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Консультант в Miles. Работаю с F# и Демо презентации: AkkaStreamsDemo

Android Studio 3.0 Development Essentials Android 8 Edition

MyProgram m i ng Lab. get with the programming. Through the power of practice and immediate personalized

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

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

ANDROID APPLICATION DEVELOPMENT COURSE Training Program

Android Development Crash Course

Style, Themes, and Introduction to Material Design

Android Training Overview (For Demo Classes Call Us )

Hello World. Lesson 1. Create your first Android. Android Developer Fundamentals. Android Developer Fundamentals

This page intentionally left blank

Course 20484: Essentials of Developing Windows Store Apps Using C#

CS 235AM, Mobile Application Development: Android Spring 2016

Подключение ультразвукового датчика HC-SR04

ОБЪЕКТНО- ОРИЕНТИРОВАННОЕ ПРОГРАММИРОВАНИЕ. Лекция 1 / г.

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

Styles, Themes, and Material Design

ArcGIS Runtime SDK for Android: Building Apps. Shelly Gill

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

Android. Training.

Automatically persisted among application sessions

ОБЛАЧНЫЙ ДЕМОЗАЛ. Легко находите KIP Sales, Marketing и технические ресурсы по продукту.

Minds-on: Android. Session 1

Android Best Practices

Android Exam AND-401 Android Application Development Version: 7.0 [ Total Questions: 129 ]

In this Class Mark shows you how to put applications into packages and how to run them through the command line.

Programming in Android. Nick Bopp

Software Development & Education Center ANDROID. Application Development

CS371m - Mobile Computing. Maps

Bootcamp Curriculum. Mobile Application Development - 7 Weeks. Training Curriculum. Mobile Application Development Curriculum 1. Cross Platform Design

Introduction To Android

of data is not limited, no matter how much data you upload or access from your servers the connection capacity remains high.

жидкость и пневматика Rectus 86/87/88 Быстроразъемные соединения для термостатирования пресс-форм

Lecture 13 Mobile Programming. Google Maps Android API

Международные программы обучения студентов МЭИ

Come and Get Excited about Azure Mobile Services and Xamarin.Forms

Index. Numbers and Symbols

Practical Problem: Create an Android app that having following layouts.

Aim behind client server architecture Characteristics of client and server Types of architectures

Hybrid Apps Combining HTML5 + JAVASCRIPT + ANDROID

Transcription:

Основы Java для разработки приложений для Android. Версия 7 AND-404

ДЕТАЛЬНАЯ ИНФОРМАЦИЯ О КУРСЕ Основы Java для разработки приложений для Android. Версия 7 Код курса: AND-404 Длительность 2 дня / 12 академических часов Формат дистанционный Разработчик курса Android Тип Учебный курс Способ обучения Под руководством тренера Коротко о курсе Это двухдневный (12-часовой) вводный курс, в котором большое внимание уделяется основам языка программирования Java, его структуре, синтаксису и парадигме. Подробная информация Профиль аудитории: Программисты, не использующие Java, планирующие изучать разработку приложений для Android. Предварительные требования: Этот курс предназначен для разработчиков программного обеспечения или для всех, кто заинтересован в создании приложений для Android. Опыт программирования на любом языке является необходимой предпосылкой для того, чтобы извлечь пользу из этого курса. По окончании курса слушатели смогут: Установливать Android Studio. Писать программы на Java. Запускать программы Java. Писать Java Comments. Понимать переменные Java и их типы данных. Получить знания об управлении потоками Java. Получить понимание методов и массивов Java. Понимать концепции объектно-ориентированного программирования (ООП) и классов Java. Программа курса Module 1: Introduction to Kotlin Kotlin History Kotlin Advantages How Kotlin Programs Work? Kotlin Software Prerequisites Installing Java JDK and JRE Installing Android Studio Creating Kotlin Project Using Android Studio Creating a Kotlin Program Running a Kotlin Program Writing Comments Kotlin Variables Kotlin Data Types Input of Information to Kotlin Program

Module 2: Control Flow Statements If Statement If Else Statement If Else and Logical Operators When Statement and Expression For Loops While Loops Do-while Loops Jump Expressions Break Statement Continue Statement Return Statement Module 3: Functions & Object-Oriented Programming (OOP) Functions Function Structure Creating a Function Functions and Variable Scope Object-Oriented Programming (OOP) Object Class Creating a Class Providing Constructors for Your Classes Class Inheritance Overloading Constructors Overriding Properties Abstract Class Interface Class Generic Class Enum Class Class Variables Member Variables Kotlin Collections Class Hashmaps Class ArrayList Method mutablelistof Module 4: Android Framework and Android Studio Android Platform Architecture Android Libraries Components of Android Application Types of Android processes and their priorities Android Application Development Android SDK platform Integrated Development Environment (IDE) Android Studio Gradle Instant Run Lab 4: Creating Your First Application Create your first Android application Create an Android Virtual Device Build a Simple Calculator Application Module 5: Creating User Interface UI Android Project Structure View Creating User Interface Add a text box Add an Image Add Check Box Add Radio Button Lab 5: Creating a Pizza Order Application Create Your Application User Interface Configure the Android Application Code Run Your Application Module 6: Android Layouts, Styles, Theme and Menus Views Layouts Constraint Layout

Linear Layout Relative Layout TableRow Layout Frame Layout ScrowView Layout Android Styles and Themes Android Styles Android Themes App Manifest Adaptive Icons Lab 6: Android Application Layouts, Styles, and Themes Create Your Application Layout Configure Your Styles and Themes Configure Your App Icon Module 7: Toasts, Activities, Navigations, and Views Context Class Toast Class Positioning Your Toast What is an Activity? Activity Lifecycle Managing the activity lifecycle Android Intent Navigating Between Activities Passing Data Between Activities Android Views ListView RecyclerView Lab 7: Configuration of Android RecyclerView Adding a RecyclerView to an Activity Creating a CardView Creating Your RecyclerView Adapter Adding Data to Your RecyclerView Running and Testing Your RecyclerView Adding Event Listeners to Each RecyclerView Row Android Dialogs Module 8: Android Dialogs, Snackbar, Menus, WebView and Notifications Alert Dialog ProgressBar SeekBar Date Picker Dialog Time Picker Dialog Snackbar Menus WebView Android Notifications Creating an Android Notification Notification Channel Lab 8: Configuring Android Web Browser, Menu and Notification Configuring Android Web Browser Adding Android Menu Creating a notification channel and notification message Module 9: Android Storage, SQLite and Content Providers Android Storage Options Shared Preferences Internal Storage External Storage Network Connection SQLite Databases SQLite Database in your application SQLite Library Creating an adapter class for SQLite database Content Providers Creating a Content Provider Sync Adapters How SyncAdapters Work ORMLite Choosing Internal or External Storage Lab 9: SQLite Databases and Content Providers Creating an SQLite database Querying an SQLite DB Table Creating a Content Provider Utilizing ORMLite Library

Module 10: Location-Aware Apps: Using GPS and Google Maps What is GPS and how does it work? Other Location Service Providers Configuring Google Maps Map Fragment Getting a Google API key Adding a Google Map Marker Methods to Capture a User s Location Reverse Geolocation and Geocoder Class JSON and API Lab 10: Location-Aware Apps Using a GPS and Google Maps Creating an App Interface Getting a Google API key Configuring Your App to Use Your API Key Configuring User App s Permission Capturing Users Location Finding the Nearest Restaurants to a User s Current Location Посмотреть расписание курса и записаться на обучение По любым вопросам обращайтесь к менеджерам Учебного центра Softline по телефону 8 800 505 05 07 или по e-mail: edusales@softline.ru Ждём вас на занятиях в Учебном центре Softline! Почему Учебный центр Softline? Лидер на рынке корпоративного обучения. Более 17 лет опыта работы. Широкая сеть представительств в крупнейших городах РФ и СНГ; дистанционный формат обучения; обучение на вашей территории или в арендованном классе в любой точке мира. Более 300 тысяч подготовленных IT-специалистов. Лицензия на образовательную деятельность. Высокотехнологичное оборудование. Международные сертификаты для IT-специалистов и пользователей в Центрах тестирования. Авторизации от мировых производителей ПО (Microsoft, Cisco, VMware, Citrix, Лаборатория Касперсокого, Oracle, Autodesk, Код безопасности и других). Сертифицированные тренеры с богатым практическим опытом работы. Гибкий индивидуальный подход в обучении, скидки и акции. Разработка курсов и тестов под заказ, внедрение корпоративных систем обучения. Подробнее об Учебном центре Softline вы можете узнать из профайла и презентации