videoDAC / android

Repository for storing code, configuration and information about the applications developed by videoDAC for Android.
GNU General Public License v3.0
3 stars 5 forks source link

Consolidate all template parameters into a single file #34

Open criticaltv opened 4 years ago

criticaltv commented 4 years ago

Currently, when configuring the parameters for generating an APK from the template code, the user is required to make changes in 2 files: Utils.kt and strings.xml.

It would be easier for the person wanting to generate an APK from this template, if they were only required to change parameters in a single place.

So, perhaps combine to make "config.xml" containing 2 sections a) strings (for presentation layer on paywall screen), and b) parameters (for the app to use to operate).

Also, it would be really helpful if this config.xml file existed near the route of the app folder.