Course Introduction and About Instructor
  • Brief Introduction of course and intructor
  • Course Tutorial Reference PDF
  • Professional Android App Development With Java PDF
Java Refreshment
  • What is an Object ?
  • Dog Scenario
  • Practical Demonstration on Dog Scenario
  • Theoretical Approach to Inheritance
  • Simple Practical approach to inheritance
  • Theoretical approach to interface
  • Practical approach to Interface
  • Instance variables in Java
  • Static variable with practical approach
  • Local vs Instance vs Static Variables
  • Practical Approach to Parameters and Arguments
  • Legal Variables or Identifiers
  • Theoretical and Practical approach to Primitive and Wrapper Type
  • Literals in Java
  • Theoretical and Practical Approach to Array
  • Theoretical and Practical approach to Multidimensional array
  • Types of Java Operators
  • Arithmetic Operator
  • Comparison Operator
  • Logical Operator
  • Concatenation Operator
  • instanceOf Operator
  • if-else condition
  • switch-case statement
  • while and do while loop for iteration
  • for loop
Anroid Studio Installation
  • Android Studio Installation
Activity
  • What is an Activity?
  • Activity Lifecycle
  • Override Activity Lifecycle
  • Simple I/O with Activity
Intent
  • Overview on Intent
  • Simple Navigation With Intent
  • Message passing using Intent
  • Explicit and Implicit Intent
  • Implicit Intent
  • Sharing Intent
  • Assignment on Intent
BroadcastReceiver
  • Overview of Broadcast
  • Implicit Broadcast
  • Register Broadcast
  • Register BroadCast (Cont...)
  • JobScheduler
Services
  • Overview of Service
  • Service Demo
Layout
  • Layout in Android
  • Hands On: Different Types of Layout
  • LinearLayout
  • Constraint and Relative Layout
  • Table Layout and GridLayout
  • WebView for Web pages
  • FrameLayout
Look and Feel
  • Look and Feel : Styles and Themes
  • Hands On : Styles and Themes
  • Hands On : Styles and Themes (Cont..)
  • Look and Feel : Adaptive Icon
  • Hands On : Adaptive Icon
  • Look and Feel : Floating Action Button
  • Hands On : FAB
  • Look and Feel : Shadow and Clip View
  • Hands On : Shadow and Clip View
  • Look and Feel : Text
  • Look and Feel : Button
  • Hands On : Button
  • Look and Feel : Checkboxes, RadioButton and ToggleButton
  • Hands On : Checkboxes,RadioButton and ToggleButton
  • Hands On :Checkboxes,RadioButton and ToggleButton (Cont..)
  • Look and Feel : Spinner
  • Hands on :Spiner
  • Look and Feel : Pickers
  • Hands on Demo : Picker
Notifications
  • Notifications in Android
  • Hands On : Notification with channels
AppBar (Application Bar in Android App)
  • Creating an App Bar
  • Hands On : App Bar
  • System UI : Hiding Status Bar
  • Hands On : Hiding Status Bar
System UI
  • Overview of System UI
  • System UI : Dimming and Revealing of System Bar
Fragment, ViewPager, and Refresh
  • Fragment and ViewPager
  • Hands On: Fragments with Demonstration
  • Hands On :Fragment Lifecycle
  • Overview of ViewPager
  • Hands On : ViewPager with Fragment