In the previous two posts, we looked at creating custom live templates and file templates. I received a question on twitter once I posted the file template tutorial: @riggaroo Any idea how to create File Templates that create multiple files? Like "Activity" and "fragment" do? — Justin Angel (@JustinAngel) May 2, 2016
Tag: file templates
In the last post we looked at how to create a File Template in Android Studio. In this post we will look at Live Templates and how to make your own. Live templates are “frequently-used or custom code constructs that you can insert into your source code file quickly, efficiently and accurately.”
I have recently discovered something which is currently making my life easier at the moment: Custom file templates. What is a file template? A file template is a source file that already contains some code to get you started. In this example, we are going to look at creating a file template for a RecyclerView adapter implementation which is […]