android

Course Curriculum

Chapter 1 : Introduction to Android
How android started ?00:00:00
Is android is right career path for you ?00:00:00
Why android is not beatable by any other mobile OS in near future ?00:00:00
Android Version History and some Interesting facts00:00:00
Development Environment & Tools – A brief History00:00:00
How much Core Java skills are essential to learn Android Development ?00:00:00
Hardware & OS requirement specification00:00:00
Chapter 2 : Setting Up Development Environment
Installing & configuring Android Studio & SDK in Windows00:00:00
Installing & configuring Android Studio & SDK in Linux ( Ubuntu )00:00:00
Installing & configuring Android Studio & SDK in MAC00:00:00
Why it doesn’t matter which OS we use for Android Apps Development ?00:00:00
Chapter 2: Creating new project, Running it, Understanding the project folder structure & using Android Studio
Creating Namaste Felightians App ( Hello World App )00:00:00
Making changes to MyApp00:00:00
Project folder Hierarchy, Android Manifest & OnCreate Method00:00:00
Configuring AVD and running MyApp in Android Virtual Device00:00:00
Installing & Configuring Bluestack00:00:00
Configuring Real Device with ADB Driver00:00:00
Android Studio Must know Shortcuts00:00:00
Chapter 3 : Behind the scenes after clicking play button in Android Studio
The Android Build process00:00:00
Installing apk to an android device and launching an Activity from command line00:00:00
Chapter 4: Activities, Layouts, Views & More
Creating a new Activity Manually ( Without using Plugin )00:00:00
Creating a new layout and linking with new Activity00:00:00
The Secret is revealed ( Activity vs AppCompactActivity & Activity hierarchy )00:00:00
Changing the label of an Activity00:00:00
Changing the icon of the App00:00:00
Retrieving the object created in XML and changing some properties through Java Program00:00:00
Changing TextView property onclick of a Button ( OnClickListener )00:00:00
Developing a Simple Greet User App00:00:00
Chapter 6: Developing a Simple Calculator App
Developing a Simple Calculator App Part 1 – Wireframe to Android UI00:00:00
Developing a Simple Calculator App Part 2 – Adding Functionality00:00:00
Developing a Simple Calculator App Part 3 – Making App work gracefully using Exception Handling00:00:00
Creating a Simple Calculator App Part 4 Changing the Title or Label of Activity00:00:00
Chapter 7: Developing an Algorithm Benchmarking App
Developing an Algorithm Benchmarking App – Requirement Collection and Analysis00:00:00
Developing an Algorithm Benchmarking App – Wireframe to UI Part 100:00:00
Developing an Algorithm Benchmarking App – Adding Functionality Part 100:00:00
Developing an Algorithm Benchmarking App – Wireframe to UI part 200:00:00
Developing an Algorithm Benchmarking App – Adding Functionality Part 200:00:00
Developing an Algorithm Benchmarking App – Exception Handling00:00:00
Chapter 8: More about Activity
Activity Life Cycle00:11:00
Activity Navigator00:15:00
Passing Data from one Activity to Another ( News App )00:11:00
Instagram Clone App00:00:00
Listing Instagram Activity in other Apps00:00:00
A Simple Example to demo ActivityForResult00:00:00
Launching Camera Activity from InstagramActivity to get Image from Camera00:00:00
Launching Gallery App to get an Image00:00:00
More examples on ActivityForResult00:00:00
Chapter 9: Menus
Introduction to Menus00:00:00
Options menu00:00:00
Context Menu Example00:00:00
Creating Pop Up menus00:00:00
Chapter 10: Notifications
A Simple Toast Notification example00:00:00
Customizing Toast Notification00:00:00
Moving Toast related to code a Utility class00:00:00
Android Notification in notification drawer00:00:00
Simple Sound Notification00:00:00
Vibrator in Android00:00:00
Turning LED ON/OFF & Changing the color of LED in android device00:00:00
Android Notifications Interview Questions00:00:00

Comments

Popular posts from this blog

Java Beginners Tutotrial