Android Studio provides a number of templates for new items - activities, fragments, services etc.
Is there a way to create a custom one? I'm using databinding extensively and I'd like to create a template, which would automatically add a viewmodel, create layout file with layout
root item, prepare code to bind viewmodel etc.