DataBinding templates for Android Studio?
问题 I've decided to use DataBinding library for my Android project. Are there any plugins/code templates available to install into Android Studio to get new Activity / Fragment etc added using Android Studio's wizard auto generated code compatible with DataBinding? I need to create models/presenters/variables in xml every time, can I get them to be generated automatically? 回答1: you can ALT + Enter on your view root then convert into databinding layout . 回答2: Well,it's not fully what am I looking