Use XML as layout
activity setContentView
others use inflator
Assess the elements (AKA view) in code
use <context>.findViewById(R.id.<the_id>)
Toast
Multi Window
Intent and Activity
To make other activity, you need xml, class and set the manifest
Fragment and Dialog
Recycler View
best tutorial I have ever found: https://medium.com/@evanhou/%E6%B7%BA%E8%AB%87android-recyclerview-375f9c0eea58
recycled root's height need to be wrap content
Include Image
normal image : drag and drop to drawable folder using OS's file explorer
icon: right click res folder, add image asset, add action bar icon choose it