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 facts | | 00:00:00 |
| Development Environment & Tools – A brief History | | 00:00:00 |
| How much Core Java skills are essential to learn Android Development ? | | 00:00:00 |
| Hardware & OS requirement specification | | 00:00:00 |
Chapter 2 : Setting Up Development Environment |
| Installing & configuring Android Studio & SDK in Windows | | 00:00:00 |
| Installing & configuring Android Studio & SDK in Linux ( Ubuntu ) | | 00:00:00 |
| Installing & configuring Android Studio & SDK in MAC | | 00: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 MyApp | | 00:00:00 |
| Project folder Hierarchy, Android Manifest & OnCreate Method | | 00:00:00 |
| Configuring AVD and running MyApp in Android Virtual Device | | 00:00:00 |
| Installing & Configuring Bluestack | | 00:00:00 |
| Configuring Real Device with ADB Driver | | 00:00:00 |
| Android Studio Must know Shortcuts | | 00:00:00 |
Chapter 3 : Behind the scenes after clicking play button in Android Studio |
| The Android Build process | | 00:00:00 |
| Installing apk to an android device and launching an Activity from command line | | 00: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 Activity | | 00:00:00 |
| The Secret is revealed ( Activity vs AppCompactActivity & Activity hierarchy ) | | 00:00:00 |
| Changing the label of an Activity | | 00:00:00 |
| Changing the icon of the App | | 00:00:00 |
| Retrieving the object created in XML and changing some properties through Java Program | | 00:00:00 |
| Changing TextView property onclick of a Button ( OnClickListener ) | | 00:00:00 |
| Developing a Simple Greet User App | | 00:00:00 |
Chapter 6: Developing a Simple Calculator App |
| Developing a Simple Calculator App Part 1 – Wireframe to Android UI | | 00:00:00 |
| Developing a Simple Calculator App Part 2 – Adding Functionality | | 00:00:00 |
| Developing a Simple Calculator App Part 3 – Making App work gracefully using Exception Handling | | 00:00:00 |
| Creating a Simple Calculator App Part 4 Changing the Title or Label of Activity | | 00:00:00 |
Chapter 7: Developing an Algorithm Benchmarking App |
| Developing an Algorithm Benchmarking App – Requirement Collection and Analysis | | 00:00:00 |
| Developing an Algorithm Benchmarking App – Wireframe to UI Part 1 | | 00:00:00 |
| Developing an Algorithm Benchmarking App – Adding Functionality Part 1 | | 00:00:00 |
| Developing an Algorithm Benchmarking App – Wireframe to UI part 2 | | 00:00:00 |
| Developing an Algorithm Benchmarking App – Adding Functionality Part 2 | | 00:00:00 |
| Developing an Algorithm Benchmarking App – Exception Handling | | 00:00:00 |
Chapter 8: More about Activity |
| Activity Life Cycle | | 00:11:00 |
| Activity Navigator | | 00:15:00 |
| Passing Data from one Activity to Another ( News App ) | | 00:11:00 |
| Instagram Clone App | | 00:00:00 |
| Listing Instagram Activity in other Apps | | 00:00:00 |
| A Simple Example to demo ActivityForResult | | 00:00:00 |
| Launching Camera Activity from InstagramActivity to get Image from Camera | | 00:00:00 |
| Launching Gallery App to get an Image | | 00:00:00 |
| More examples on ActivityForResult | | 00:00:00 |
Chapter 9: Menus |
| Introduction to Menus | | 00:00:00 |
| Options menu | | 00:00:00 |
| Context Menu Example | | 00:00:00 |
| Creating Pop Up menus | | 00:00:00 |
Chapter 10: Notifications |
| A Simple Toast Notification example | | 00:00:00 |
| Customizing Toast Notification | | 00:00:00 |
| Moving Toast related to code a Utility class | | 00:00:00 |
| Android Notification in notification drawer | | 00:00:00 |
| Simple Sound Notification | | 00:00:00 |
| Vibrator in Android | | 00:00:00 |
| Turning LED ON/OFF & Changing the color of LED in android device | | 00:00:00 |
| Android Notifications Interview Questions | | 00:00:00 |
Comments
Post a Comment