##Android Fundamentals - Activities
Posted by Superadmin on May 27 2019 03:11:11

Android Fundamentals - Activities

 

 

Start developing Android apps and get a deeper knowledge of basic Android Components such as Activities in real quick time. In this course, Android Fundamentals: Activities, you'll be learning all about Activity and its related fundamental concepts. First, you'll get an introduction to Android Components and progressively cover the topic of Event Handling, Logcat, and also dive into the building block component of any Android apps. You'll be learning about Android Component Activity such as its lifecycle and its behavior on screen rotation. Finally you'll learn how to exchange data between activities. By the end of this course, you'll have a very strong foundation on the topic of android activities.

 

 

Course Overview 1m 10s

 

Introduction 5m 0s

Course Overview 3m 9s

Demo Instructions 1m 51s

 

Getting Familiar with Building Blocks of Android 18m 23s

Introduction to Activity and Android Components 2m 37s

Overview of Intent 1m 50s

Intent and It's Relationship with Activities 2m 31s

Getting Familiar with Service 4m 43s

Getting Familiar with BroadcastReceiver 5m 36s

Summary 1m 2s

 

Using Activities to Listen to Events 31m 57s

Introduction to Event Handling 3m 33s

Event Handling Inside Activity Demo: Initial Project Setup 7m 18s

Handling Event Inside Activity Using Event Listener Interface 9m 24s

Alternate Way to Handle an Event Inside Activity 5m 48s

Handling Event Using onClick Attribute 4m 53s

Summary 0m 58s

 

Sharing Data Between Activities Using Explicit Intent 27m 54s

Introduction to Explicit and Implicit Intent 5m 7s

Demo Explicit Intent: Initial Project Setup 3m 52s

Starting Another Activity Using Explicit Intent 3m 29s

Sending Data to Another Activity Using Bundle Directly 8m 27s

Sending Data to Another Activity Using Bundle Indirectly 4m 7s

Summary 2m 50s

 

Exploring Activity Lifecycle 33m 55s

Why AppCompatActivity? 7m 24s

Exploring Activity Lifecycle 11m 32s

Demo: Activity Lifecycle 7m 0s

Activity and Stack 4m 4s

Summary and Significance of Lifecycle Methods 3m 53s

 

Understanding Activity Lifecycle in Context of Screen Rotation 45m 36s

Behavior of Activity Lifecycle When the Screen Is Rotated 4m 11s

Consequences of Screen Rotation 2m 50s

Impact of Screen Rotation on Views 6m 7s

Solution One : Restoring Back the Activity State 4m 49s

Solution One Demo : Restoring Back the Activity State 10m 29s

Using Separate Layouts for Portrait and Landscape Modes 5m 27s

Solution Two : Handling Configuration Changes Yourself 8m 44s

Summary 2m 3s

 

What Next? 0m 53s

01. Course Overview



0101.Course Overview



02.Introduction



0201.Course Overview
0202.Demo Instructions



03.Getting Familiar with Building Blocks of Android



0301.Introduction to Activity and Android Components
0302.Overview of Intent
0303.Intent and It's Relationship with Activities
0304.Getting Familiar with Service
0305.Getting Familiar with BroadcastReceiver
0306.Summary



04.Using Activities to Listen to Events



0401.Introduction to Event Handling
0402.Event Handling Inside Activity Demo Initial Project Setup
0403.Handling Event Inside Activity Using Event Listener Interface
0404.Alternate Way to Handle an Event Inside Activity
0405.Handling Event Using onClick Attribute
0406.Summary



05.Sharing Data Between Activities Using Explicit Intent



0501.Introduction to Explicit and Implicit Intent
0502.Demo Explicit Intent Initial Project Setup
0503.Starting Another Activity Using Explicit Intent
0504.Sending Data to Another Activity Using Bundle Directly
0505.Sending Data to Another Activity Using Bundle Indirectly
0506.Summary



06.Exploring Activity Lifecycle



0601.Why AppCompatActivity
0602.Exploring Activity Lifecycle
0603.Demo Activity Lifecycle
0604.Activity and Stack
0605.Summary and Significance of Lifecycle Methods



07.Understanding Activity Lifecycle in Context of Screen Rotation



0701.Behavior of Activity Lifecycle When the Screen Is Rotated
0702.Consequences of Screen Rotation
0703.Impact of Screen Rotation on Views
0704.Solution One Restoring Back the Activity State
Exercise files
0705.Solution One Demo Restoring Back the Activity State
0706.Using Separate Layouts for Portrait and Landscape Modes
0707.Solution Two Handling Configuration Changes Yourself
0708.Summary
0709.What Next