Android Studio Installation
  • Java JDK Installation
  • Download and Install Android Studio
  • Introduction to Android-Its Internal Architecture & Overview of all the versions
Hello World using Android Studio
  • 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
LogCat and it's Crucial Role for Application Developement
  • Log Cat - explanation of Logcat
  • Android Studio- LogCat- Crucial Role in Debugging
  • More on Android Studio LogCat
Android Buttons and it's Various Types of EventListeners
  • 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
Overview of Service, BroadCast Receivers, Intents, Activity and Content Provider
  • Application Components : ACTIVITY SERVICE INTENTS
  • Application Components : Broadcast Receiver and Intents
Explicit Intents : Its all Three methods in detail
  • Explicit Intent and Explanation of three ways to Implement it
  • Explicit Intent and its Codes Demonstration in Eclipse
Activity LifeCycle - In Context of TWO Activities
  • Activity LifeCycle : Complete Explanation of LifeCycle
  • Activity LifeCycle : Live Explanation of Lifecycle through LogCat in Eclipse
  • Activity LifeCycle : Concept of STACK attached to LifeCycle
Various Toast Message and it's Alignment of Position
  • 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 attached Activity Lifecycle
  • Screen Orientation and it's Explanation of Attached Activity Lifecycle
  • Screen Orientation and it's Java Codes related to Activity Lifecycle
Screen Orientation - Preserve the Variables and Widgets Value
  • Screen Orientation || onSaveInstanceState() , onRestoreInstanceState()
  • Screen Orientation || Java Code onSaveInstanceState() , onRestoreInstanceState()
Develop Your own Professional Application
  • App Making - Android Interview - Part - 1
Relative Layout - App Designing with Graphics
  • 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 Support Layout Designing and Button Selectors
  • 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 - App Designing with Graphics
  • 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 "
Developing of ANDROID INTERVIEW App - Continues...
  • 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 - Storing String Array in it and Decoding it in Java Class
  • Strings.xml : Part-1 || Storing String Array || App Making : Part-23
  • Strings.xml Part-2 : Java Codes || App Making of ANDROID INTERVIEW : Part - 24
Developing of ANDROID INTERVIEW App - Continues...
  • Variable and Widgets Initialization in Java Code || App Making Part-25
  • Setting Up Listeners || App Making Part-26
  • Scroll view || App Making : Part-27
Adding Custom Title Bar or Action Bar
  • 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 Voice Conversion
  • 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
Implicit Intent || Various types : Part-1
  • 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
Miscellaneous Android Videos - 1
  • How to Change the old Package Name and assign a New package Name to App
  • How to Change Application Name
Publishing and Updating App in Google PlayStore
  • 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 Codes - Zip File of all Projects Done Till now
  • Source Code of Hello World App and LogCat : Lecture 4 - 12