Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.58 KB

File metadata and controls

46 lines (32 loc) · 2.58 KB

Android Development Class - I

Get the Presentation used in class: Here

Get the Class recording: Here

May 09, 2021

Android logo

Class Content:

Class coverage:

  1. First demo app: to demonstrate LifeCycle of Android Activity (click to visit)
  2. Second demo app: to demonstrate Layouts and to make a simple button tap counter (click to visit)

Further readings:

Homework:

  • Read about R.java file.
  • Learn what is the difference between sp and dp units in the layout file.
  • Study about Metaprogramming. Identify where we have used this.
  • Try to explore more UI components like TextView, Checkboxes, Spinner, etc.
  • Read about the following:

Extra:

  • If you want 'Emulator like' side by side app running experience you can use this free, open source and cross-platform software to mirror to and control your screen from your desktop: scrcpy