Android Programming

YouTube Videos

Lab No. Topic Learning Objectives Slides Code Video
Textbooks and Reference
Lab 1 Introduction to Android
  • Android Studio
  • Activity
  • Intent
  • Simple Text Sending APP
pdf
Lab 2 Activity & Layout
  • TextView & ListView
  • LinearLayout & FrameLayout
pdf
Lab 3 Broadcast
  • Publish-subscribe Pattern
  • Use Intents to communicate
  • System Broadcasts
  • Local Broadcasts
pdf
Lab 4 Stop watch - Activity Life Cycle
  • Activity Life Cycle
  • Multi-Thread (pdf, ref)
pdf
Lab 5 Navigation Bar
  • Navigation Bar (NavBar or APP Bar)
pdf
Lab 6 Google Map
  • Google Map API
  • Polygons
  • groundOverlay
pdf
Lab 7 Constraint Layout
  • Constraint Layout
pdf
Lab 8 Fragments
  • Fragment Life Cycle
  • ListFragment
  • FragmentManager
pdf
Lab 9 Dynamic Fragments pdf
Lab 10 TensorFlow Lite
  • TensorFlow Lite
  • Image Classification
pdf
Lab 11 Video Streaming
  • Use WebRTC to do video call
ppt GitHub