Android Development Class - II
Get the Presentation used in class: Here
Get the Class recording: Here
May 11, 2021
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.