Skip to content

TelerikAcademy/Mobile-Applications-for-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Applications for Android Course Repository

Repository for the course Mobile Applications for Android at Telerik Academy

Обучението ще ви въведе стъпка по стъпка в разработката на приложения за една от най-популярните мобилни операционни системи в света - Android. По време на курса в "Академията на Телерик" ще се запознаете с програмния език Java, платформата Android, достъп до отдалечени данни през HTTP и ще се научите да изграждате мобилен UI и custom изгледи за анимации и игри .Заедно с лекторите ще създадете първите си мобилни приложения за Android.

Curriculum

Java Overview

  1. Course Introduction
  2. Introduction to Android
  3. Setting Up Java and Android
  • Java Development Kit (JDK)
  • Android Development Kit (ADK)
  • Android Studio
  • Emulators
  1. Introduction to Java
  • Data types, Loops, Arrays
  1. Classes in Java
  2. Inheritance in Java
  3. Interfaces and abstract classes
  4. Anonymous classes
  5. Emumerables
  6. Generics in Java, boxing and unboxing
  7. Lambda functions in Java and Streaming API

Android

  1. Introduction to Android
  2. Activities and Fragments
  3. UI components (Views)
  4. Layout Views
  5. Fragments
  6. Navigation and intents
  7. Services
  8. Async operations in Java
  9. Working HTTP requests
  10. SQLite in Android apps
  11. Notifications
  12. Touch & Gestures
  13. Animations
  14. Custom Views
  15. Architecture
  16. Lifecycle
  17. Using Device features: AddressBook, Geolocation, others...