+ All Categories
Home > Education > Android - Activity - Mazenet Solution

Android - Activity - Mazenet Solution

Date post: 14-Apr-2017
Category:
Upload: mazenetsolution
View: 77 times
Download: 2 times
Share this document with a friend
13
Transcript

Activity in Android

BySharmilee

Java TrainerMazenet Solution

Objectives

• Introduction to Activity• Activity Lifecycle• Lifecycle Methods

Activity

• An activity represents a single screen with an user interface components

Example for Activity : Facebook App

Activity 1: Login

Activity 2: NewsFeed

Activity 3: Profile

Activity 4: Notifications

Activity Lifecycle

States of an activity

• An activity can be in different states depending how it is interacting with the user.

• They areRunningPausedStoppedKilled

Lifecycle methods

• onCreate()• onStart()• onResume()• onPause()• onStop()• onDestroy()• onRestart()

Nungambakkam, ChennaiWebsite: www.mazenetsolution.com

www.mazenet-chennai.in Mobile : 9677718889


Recommended