ccsa checkpoint android2.introduction to android a. what is android? b. open handset alliance c....

5
Android Android www.sevenmentor.com

Upload: others

Post on 27-Jul-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CCSA Checkpoint Android2.Introduction to Android a. What is Android? b. Open Handset Alliance c. Android Features d. Development Framework for Android e. Dalvik Virtual Machine f

CCSACheckpoint

CCSA Checkpoint

www.sevenmentor.com

AndroidAndroid

www.sevenmentor.com

Page 2: CCSA Checkpoint Android2.Introduction to Android a. What is Android? b. Open Handset Alliance c. Android Features d. Development Framework for Android e. Dalvik Virtual Machine f

www.sevenmentor.com

1. Basics Of Android

a. Java Conceptsb. Inner Classesc. Exception Handlingd. Multithreding

2.Introduction to Android

a. What is Android?b. Open Handset Alliancec. Android Featuresd. Development Framework for Androide. Dalvik Virtual Machinef. Android Studiog. Android API Levels, Versions

3. Building Blocks of Android

a. Activitiesb. Servicesc. Broadcast Receiverd. Contained Provider

4. Android Installation & First Project

a. IDE and Android Installationb. Developing first Projectc. Application Stuctured. user-pemissione. AndroidManifest.xmlf. Resourcesg. R.java

Page 3: CCSA Checkpoint Android2.Introduction to Android a. What is Android? b. Open Handset Alliance c. Android Features d. Development Framework for Android e. Dalvik Virtual Machine f

www.sevenmentor.com

5. Emulator

a. Launching emulatorb. Adding New emulatorc. Logcat usaged. Android Device Monitor(ADM)

6. User Interfaces

a. UI componentb. Layoutsc. Form widgetsd. Text Fieldse. dip / dp and sip /spf. Drawable resourcesg. Applying theames

7. Intent

a. Intentb. extrasc. Bundled. Activities for Result Set

8. Advanced User Interfaces

a. Customized User Interfacesb. Customized Buttonc. Graph Viewd. Drawable Resourcese. AlertDialogs and Toastf. Time and Date Dialog Box

Page 4: CCSA Checkpoint Android2.Introduction to Android a. What is Android? b. Open Handset Alliance c. Android Features d. Development Framework for Android e. Dalvik Virtual Machine f

www.sevenmentor.com

9. Android Menus

a. Option Menu and Action Barb.Context Meunc. Popup Menu

10. Android Adapters

a. Array Adaptersb. Base Adaptersc. ListView

11. Android Application Components

a. Notificationsb. Pending Intentsc. Intent-Filtersf. Multithreading in Android.g. Shared Preferences.h. Alarmi. Spinnerj. Sending SMS

12. Services and Receivers

a. Service Life cycleb. Permissionsc. Implementing Servicesd. Receiver tage. Implementing Receivers

Page 5: CCSA Checkpoint Android2.Introduction to Android a. What is Android? b. Open Handset Alliance c. Android Features d. Development Framework for Android e. Dalvik Virtual Machine f

www.sevenmentor.com

13. SQLite and Content Providers

a. What is SQLite?b. Creating SQLite Databasesc. DML Operations on Datad. Cursors and Content Values

14. Advanced Components

a. Location Based Services. Google Mapsb. Sensorsc. Using WIFI and Bluetoothd. Fragmentse. JSONf. vollyg. Firebases