Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 758 Bytes

File metadata and controls

45 lines (39 loc) · 758 Bytes

This program is structured and tailed around each candidates depending upon various parameters. Although not required to follow exactly, a flexible syllabus is below.

Syllabus overview

  • Getting started installations
  • Java basics
  • Layouts
  • Activities & intents
  • List & recycler view
  • UI widgets
  • Local data storage
  • Networking

Tentative Schedule

Week 1:

  • Introduction
  • Activity lifecycle
  • Layouts
  • Linear
  • Relative
  • Constraint
  • User Interface widgets
  • Intents

Week 2

  • Alert dialogs
  • Event Handlers
  • List view
  • Adapters
  • Networking libraries
  • JSON parsing

Week 3

  • Menus
  • Web View
  • Authentication
  • Animations
  • Media
  • Locations
  • Shared preferences
  • SQLite db
  • Notifications

Week 4

  • Make your own app.