Skip to content

Latest commit

 

History

History

2021_05_11_AndroidClass-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Android Development Class - II

Get the Presentation used in class: Here

Get the Class recording: Here

May 11, 2021

Android logo

Class coverage:

Class Content:

Homework:

  • Learn how to set persistence of data across screen rotations.
  • Which Android version started runtime permissions?
  • Read what is the difference between implementation and compile dependencies.
  • Create a simple single activity project which supports app language change using the string resources files (strings.xml)
  • Try implementing RecyclerView (it is very similar to ListView).
  • Try to change your app's icon.
  • Learn what is SharedPreferences.