Android Studio Installation
  • Java JDK Installation
  • Install and Setup Android Studio
  • Introduction to Android and it's internal Architecture
Hello World using Android Studio
  • Android Studio - Create your First Application - Hurrey !
  • Know your Project structure in Android Studio
  • Let's set up your Android Virtual Device and Run our Application
  • Manifest file
  • User Interface overview
  • Control Sizing
  • Hello World !
LogCat and it's Crucial Role for Application Developement
  • Understanding the concept behind LogCat
  • Android Studio with LogCat Demo
  • More on Android Studio LogCat
Android Buttons and it's Various Types of EventListeners
  • Method - 1 - onClickListener Interface
  • Android Studio - Method - 1 : OnClickListener Interface - continued!
  • Android Studio - Distinguish between two buttons
  • " onClick " Inner Class Listener
  • Add listener of Button in XML file
  • Listener in XML file : Demo
Overview of Service, BroadCast Receivers, Intents, Activity and Content Provider
  • Let's check out the role of Activity, Services and Intents
  • Let's see Broadcast Receiver and it's usage
  • Android Application components
Explicit Intents : Its all Three methods in detail
  • Explicit Intent and Explanation of three ways to Implement it
  • Explicit Intent and it's Codes Demo
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
  • Activity Lifecycle Quiz Time
Toast and it's alignment
  • Introduction
  • Toast positioning
  • Custom Toast with graphics and it's algorithm
  • Custom Toast and alignment - Demo
Screen orientation and it's attached 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
  • Overview of Useful Methods - onSaveInstanceState() , onRestoreInstanceState()
  • Preserving values by - onSaveInstanceState() , onRestoreInstanceState()
Relative Layout - App Designing with Graphics
  • App Making - Android Interview - Part - 1
  • Relative Layout and Its Attributes
  • Know more about Relative Layout and it's attributes
  • Designing our App with the help of Relative Layout
Multiple Screen Support Layout Designing and Button Selectors
  • Explanation of Screen Density, Size & Text Size and Units
  • 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 : Design Layout for Small, Normal, Large screen and Tablet too
  • Multiple Screen : Design Layouts for Landscape Mode for all Screen Density
Linear Layout - App Designing with Graphics
  • Linear Layout : Introduction & Various Orientations along with Widgets Alignment
  • Use of " layout_gravity " Attribute
  • Use of " gravity " Attribute
  • Difference between and Use of " Layout margin vs Padding "
  • 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
Strings.xml - Storing String Array in it and Decoding it in Java Class
  • Strings.xml : Various ways to store String Array in android
  • Strings.xml : App Making of ANDROID INTERVIEW
Developing of ANDROID INTERVIEW App - Continues...
  • Variable and Widgets Initialization in Java Code
  • Setting Up Listeners
  • Scroll view
Adding Custom Title Bar or Action Bar
  • Pre-Requisites for Action Bar
  • Implementation os Action Bar
  • Adding Graphics to Title Bar
Text to Voice Conversion
  • Text To Speech : Explanation of Algorithm
  • Text To Speech - Demo
  • Adding Text To Speech to our App
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
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 - Export Signed Apk
  • Publish Your App in PlayStore - Uploading Apk
  • PlayStore Listing and Snapshots of App
  • Update Your App in PlayStore