Logo

Course Content : Android (5.0, Lollipop) Development

  • Getting Started
    • Eclipse And Java JDK Installation
    • What is Programming ?
    • What is java ?
    • Create Java Project
    • Text and Number
    • Error Type
    • Debug Project
  • Java Basic
    • Hello World in Java
    • Java Data Type (int , Double , Float , Long , Short, Byte, Char etc.)
    • What is Variable ?
    • Variable Declaration
    • Variable Types
    • Local Variable
    • Instance Variable
    • Class / Static Variable
    • Java Access Modifiers (Public , private , protected, Default)
    • User Input via Keyboard (Scanner , Convert String to int, Add and multi example )
    • Java Basic Operators ( Arithmetic Operators, Relational Operators, Logical Operators, Assignment Operators)
    • Java IF ELSE , Nested IF ELSE
    • Java Switch-Case , Switch-Case Example , The ? Operator
    • Java For Loop, For Loop Synrax, For Loop Examples
    • Java While Loop, While Loop Syntax, While Loop Examples
    • Java Foreach,Foreach Synrax, Foreach Examples
    • Java Array
    • Declaring Array
    • Array List
    • Array Examples
    • Java String Type
  • Java (OOP)
    • Java OOP Basic. Class Object Create , Examples
    • Jaav Member Variables , Java Member Methods, Examples
    • Java Class Constructor , Java Accessors (Getters) and Mutators (Setters) , Examples
    • Method And Constructor Overloading, Examples
    • Java this Keyword and Package and Examples
    • Java ArrayList and Examples
    • Java User-defined Class objects ArrayList and Examples
    • Java Inheritance and Examples
    • Polymorphism , Encapsulation, Method Overriding and Examples
    • Java Interface and Java Interface Examples
  • Android
    • Android Studio Installation and Create Project
    • Project Organization (Directories), Manifest, Resource directories, Debugging an Android Application
    • Android Activity and Activity Exercise
    • Android Intent
    • Android Widgets : Button, TextView, Event / Click listeners, CheckBox, DatePicker / TimePicker, ImageButton, ProgressBar and RadioGroup / RadioButton
    • Android Layouts (FrameLayout, LinearLayout, RelativeLayout, TableLayout and GridLayout)
    • Android Listview, Expendable Listview and Examples
    • Alert Dialog,SlidingDrawer, ScrollView, TabWidget and OptionMenu
    • Database : Introduction to SQLite, Creating, Opening And Closing a Database
    • Working With INSERT, UPDATE, SELECT and DELETE
    • Android HTTP GET and POST Data Send, JSON and XML Data Read and Connectivity Manager
    • Android Audio Media Playback, Android Video Playback
    • Android Google Map and Location Based Service
    • Application, AlarmManager, BroadcastReceiever
    • Push Message
    • Working With Live Project
    • Upload Application in Google PlayStore and Sync the Application