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
Tower Guidev2
02/20/2023, 1:52 PM
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
Javier
02/20/2023, 1:57 PM
GitHub templates is a good alternative
Javier
02/20/2023, 1:58 PM
If you don't use github, a gradle init can be another alternative