+ All Categories
Home > Technology > Working with Advanced Views in Android

Working with Advanced Views in Android

Date post: 11-Aug-2015
Category:
Upload: edureka
View: 182 times
Download: 0 times
Share this document with a friend
Popular Tags:
16
Working with Advanced Views in Android For Queries: Post on Twitter @edurekaIN: #askEdureka Post on Facebook /edurekaIN For more details please contact us: US : 1800 275 9730 (toll free) INDIA : +91 88808 62004 Email Us : [email protected] View Android Development course details at http://www.edureka.co/android-development-certification-course
Transcript
Page 1: Working with Advanced Views in Android

Working with Advanced Views in Android

For Queries:Post on Twitter @edurekaIN: #askEdurekaPost on Facebook /edurekaIN

For more details please contact us: US : 1800 275 9730 (toll free)INDIA : +91 88808 62004Email Us : [email protected]

View Android Development course details at http://www.edureka.co/android-development-certification-course

Page 2: Working with Advanced Views in Android

LIVE Online Class

Class Recording in LMS

24/7 Post Class Support

Module Wise Quiz

Project Work

Verifiable Certificate

Slide 2 www.edureka.co/android-development-certification-course

How it Works?

Page 3: Working with Advanced Views in Android

Slide 3 www.edureka.co/android-development-certification-course

At the end of this module, you will be able to:

Objectives

Understand » View Pager» View Switcher» View Flipper» Zooming a View

Page 4: Working with Advanced Views in Android

Slide 4 www.edureka.co/android-development-certification-course

Andy Rubin,Co-Founder Android Inc.,

SVP, Mobile and Digital Content,Google Inc.

“Every day more than 1 million new Android devices are activated worldwide.”

Did You Know?

Page 5: Working with Advanced Views in Android

Slide 5 www.edureka.co/android-development-certification-course

Android Ecosystem

App Dev Houses

Freelancers

OEMs

Consumers

Page 6: Working with Advanced Views in Android

Slide 6 www.edureka.co/android-development-certification-course

Layout manager that allows the user to flip left and right through pages of data.

Supply an implementation of a PagerAdapter to generate the pages that the view shows.

6

View Pager

Page 7: Working with Advanced Views in Android

Slide 7 www.edureka.co/android-development-certification-course

View Switcher

ViewAnimator that switches between two views, and has a factory from which these views are created

A View Switcher can only have two child views, of which only one is shown at a time.

7

Page 8: Working with Advanced Views in Android

Slide 8 www.edureka.co/android-development-certification-course

View Flipper

Simple ViewAnimator that will animate between two or more views that have been added to it

Only one child is shown at a time. If requested, can automatically flip between each child at a regular interval.

8

Page 9: Working with Advanced Views in Android

Slide 9 www.edureka.co/android-development-certification-course

Zooming a View

The Zoom Button extends from an Image Button

Can be used as an animation control to show an image button in zoom mode

9

Page 10: Working with Advanced Views in Android

Slide 10 www.edureka.co/android-development-certification-course

Job Trends

Source - http://www.indeed.com/jobtrends?q=Android&relative=1

Page 11: Working with Advanced Views in Android

Slide 11 www.edureka.co/android-development-certification-course11

One of The Most Popular App

This is one of the most popular apps developed by an edureka student Mehvish Mushtaq

Page 12: Working with Advanced Views in Android

Slide 12 www.edureka.co/android-development-certification-course

Few Apps Developed by Edureka Learner

Prashant Jain

PNR Enquiry App

Hisham Muneer

Black Jack App

Anubhav Gupta

Reebok Shopping App

Page 13: Working with Advanced Views in Android

Slide 13 www.edureka.co/android-development-certification-course

Course Topics

Module 1

» Introduction to Android Development

Module 2

» Android Layouts and Widgets

Module 3

» Activity and Fragments, Notifications and Media

Module 4

» Customizing Widgets and Implementing Event Receivers

Module 5

» Storage and Animations

Module 6

» Web Services

Module 7

» Location and Google Maps

Module 8

» Database Framework & Third Party Libraries

Module 9

» Sensors and Social Media Integration

Module 10

» End-to-End App Development & Publishing

Page 14: Working with Advanced Views in Android

LIVE Online Class

Class Recording in LMS

24/7 Post Class Support

Module Wise Quiz

Project Work

Verifiable Certificate

Slide 14 www.edureka.co/android-development-certification-course

How it Works?

Page 15: Working with Advanced Views in Android

Questions

Slide 15 www.edureka.co/android-development-certification-courseTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions

Page 16: Working with Advanced Views in Android

Recommended