- Java JDK Installation
- Download and Install Android Studio
- Introduction to Android-Its Internal Architecture & Overview of all the versions
- HELLO WORLD - 1 : GETTING STARTED - Create Your First App
- HELLO WORLD - 2 : GETTING STARTED - Know Your Project Components
- Let's set up your Android Virtual Device and Run our Application
- Manifest file in Android
- User Interface OverView
- User Interface : Control Sizing
- Log Cat - explanation of Logcat
- Android Studio- LogCat- Crucial Role in Debugging
- More on Android Studio LogCat
- Buttons : Method - 1 - onClickListener Interface
- Android Studio - Method - 1 : OnClickListener Interface - continued!
- Android Studio - Distinguish between two buttons
- Buttons : Method - 2 || onClick Inner Class Listener
- Buttons : Method - 3 || " onClick " attribute in XML File
- Button : Method - 3 || " onClick " attribute in XML File - Codes
- Application Components : ACTIVITY SERVICE INTENTS
- Application Components : Broadcast Receiver and Intents
- Explicit Intent and Explanation of three ways to Implement it
- Explicit Intent and its Codes Demonstration in Eclipse
- Activity LifeCycle : Complete Explanation of LifeCycle
- Activity LifeCycle : Live Explanation of Lifecycle through LogCat in Eclipse
- Activity LifeCycle : Concept of STACK attached to LifeCycle
- Introduction to Toast Message
- Toast Positioning or Alignment
- Custom Toast Message and it's Algorithm Explanation
- Custom Toast Message Codes and it's Positioning
- Screen Orientation and it's Explanation of Attached Activity Lifecycle
- Screen Orientation and it's Java Codes related to Activity Lifecycle
- Screen Orientation || onSaveInstanceState() , onRestoreInstanceState()
- Screen Orientation || Java Code onSaveInstanceState() , onRestoreInstanceState()
- App Making - Android Interview - Part - 1
- Relative Layout and Its Attributes -1 || XML codes
- Relative Layout and its Attributes -2 || XML Codes in Eclipse
- Designing our App with the help of Relative Layout || App Making
- Multiple Screen-1 || Explanation of Screen Density, Size & Text Size and Units
- Multiple Screen-2 || Where & How to Implement Layout and Images of MultiScreen
- Resizing Graphical Images and App Icons : App Making of ANDROID INTERVIEW
- Selectors in Buttons : It's Algorithm and How to Implement it in our App
- Selectors in Buttons : Implementing it in our " ANDROID INTERVIEW " App
- Multiple Screen-4 : Design Layout for Small, Normal, Large screen and Tablet too
- Multiple Screen-5 : Design Layouts for Landscape Mode for all Screen Density
- Linear Layout : Introduction & Various Orientations along with Widgets Alignment
- Linear Layout-2 : Use of " layout_gravity " Attribute
- Linear Layout -3 : Use of " gravity " Attribute
- Linear Layout- 4 : Difference between and Use of " Layout margin vs Padding "
- Linear Layout-5 : Difference between and Use of " weightSum and layout_weight "
- Java Coding of our App " ANDROID INTERVIEW ": Part -17
- Linear Layout Designing of questions.xml of ANDROID INTERVIEW App : Part-18
- Linear Layout Designing of questions.xml of ANDROID INTERVIEW App : Part -19
- Adding Graphics to " questions.xml " for Multiple Screen Size & Density
- Adding Selector to questions.xml || App Making of ANDROID INTERVIEW : Part-21
- Configuring Multiple Screen Layout for questions.xml || App Making : Part-22
- Strings.xml : Part-1 || Storing String Array || App Making : Part-23
- Strings.xml Part-2 : Java Codes || App Making of ANDROID INTERVIEW : Part - 24
- Variable and Widgets Initialization in Java Code || App Making Part-25
- Setting Up Listeners || App Making Part-26
- Scroll view || App Making : Part-27
- Action Bar - 1 || Pre-Requisites || App Making - Part-28
- Action Bar-2 || Java Codes || App Making : Part-29
- Action Bar-3 || Adding Graphics to Title Bar || App Making : Part-30
- Text To Speech - 1 || Explanation of Algorithm
- Text To Speech - 2 || Java Codes Live Demo in Eclipse
- Adding Text To Speech to our App || App Making : Part-31
- Introduction to Implicit Intent
- Implicit Intent to Rate App in Google Play Store || App Making : Part-32
- Intent To See Other App of Developer in Google PlayStore || App Making : Part-33
- How to Change the old Package Name and assign a New package Name to App
- How to Change Application Name
- Creating a Google PlayStore Developer Account
- Publish Your App in PlayStore - 1 || Export Signed Apk
- Publish Your App in PlayStore - 2 || Uploading Apk
- Publish Your App in PlayStore - 3 || PlayStore Listing and Snapshots of App
- Update Your App in PlayStore
- Source Code of Hello World App and LogCat : Lecture 4 - 12