Hi since Android Studio lost the ability to add cu...
# android
t
Hi since Android Studio lost the ability to add custom app/module templates I have been searching for an alternative to create a "Template" Android studio project that will give my team a "Head Start" on building new apps
😶 2
👈 1
please wait 1
I have a Base Android project with the basic structure and modules we employ as standard in all our applications what i would like to try is to clone the underlying folders and files that comprise this Base project and create a new folder structure with the new package name/folders and files I was wondering if there is an existing Kotlin library that supports folder/folder structue/file cloning with renaming and search replacing of file contents all built in
j
GitHub templates is a good alternative
If you don't use github, a gradle init can be another alternative
👍 1