Android Development Class - II Get the Presentation used in class: Here Get the Class recording: Here May 11, 2021 Class coverage: The project in which we showed how to Intent b/w activities (click to visit) The project in which we showed how to send runtime permission requests and adding dependencies (click to visit) The project in which we showed how to create ListView using ArrayAdapter<String> (click to visit) The project in which we showed how to create ListView using Custom Adapter (used CardView) (click to visit) Class Content: Intent; more here. App Manifest Permissions on Android Build Dependencies CardView ListView Adapter RecyclerView More learning resources 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.