Transcript
Page 1: Advance Android wokshop day7
Page 2: Advance Android wokshop day7

www.crescosolution.com

Date Picker

Widget for selecting a

date

Selected by a year,

month, and day

spinners or a

CalendarView

Allows the user to

select the month, day, and year, in a familiar interface

Date is set by the user, a TextView will update

with the new date

Functionality for the end

user to pick a date from

ready-to-use dialogs

Page 3: Advance Android wokshop day7

www.crescosolution.com

Date Picker Example

Page 4: Advance Android wokshop day7

www.crescosolution.com

Time Picker

for selecting the time of day, in either 24 hour or AM/PM mode

The hour, each minute digit, and AM/PM (if applicable) can be controlled by vertical spinners

The time can be entered by keyboard input

You have to select manual hour and minute or you can also enter hour and minute

Page 5: Advance Android wokshop day7

www.crescosolution.com

Time Picker Example

Page 6: Advance Android wokshop day7

www.crescosolution.com

Notification

A message you can display to the user

outside of your application's

normal UI

When you tell the system to issue a

notification, it first appears as an icon in the notification

area

To see the details of the

notification, the user opens the

notification drawer

Both the notification area

and the notification drawer are system-

controlled areas that the user can view at any time

Page 7: Advance Android wokshop day7

www.crescosolution.com

Notification Example

Page 8: Advance Android wokshop day7

Recommended