Get the Presentation used in class: Here
Get the Class recording: Here
- 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)
- Intent; more here.
- App Manifest
- Permissions on Android
- Build Dependencies
- CardView
- ListView
- Adapter
- RecyclerView
- More learning resources
- Learn how to set persistence of data across screen rotations.
- Which Android version started runtime permissions?
- Read what is the difference between
implementation
andcompile
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 toListView
). - Try to change your app's icon.
- Learn what is
SharedPreferences
.