- Plugin with view utilities, convert across different densities and units!
- Create a RecyclerView Adapter given an XML view
- Bind views to its controller class by simply right-clicking the file and selecting the 'Create view bindings from layout...' option
- Open
Tools
menu - Create
ReciclerView adapter from Layout...
- Select source folder
- Choose layout file
- Done!
- In the Activity/Fragment/View file: Right click
- Create view bindings from layout...
- Select layout file
- Done!