Creates xml and java files
- Java - code
- Xml - visual component
- Java folder - main code
- Res folder - folders for visuals
- Res/values - import
- Manifests folder - for emulator
- Drag and drop elements
- Constraint to parts of screen
findViewById(R.id.xx) - gonna be used a lot
- Do things with dialogs
- abstract description of an operation to be performed.
- enables proper and easy use of the UI thread.
- used to pass data between activities.
- performs asynchronous loading of data.