You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Producing our const files in our projects through files like strings.xml is something that can really speed up our development speed.
For example.
When we switch to a new project, we could change the data we store under lib/core, which we want to get from the previous project and fill with new information, via xml.
Describe the solution
<?xml version="1.0" encoding="utf-8"?>
<resources>
<cons name="appName" type="string" static=false>App Name HERE</color>
<cons name="consName" type="bool" static=false>true</color>
... like
</resources>
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the problem
Producing our const files in our projects through files like strings.xml is something that can really speed up our development speed.
For example.
When we switch to a new project, we could change the data we store under lib/core, which we want to get from the previous project and fill with new information, via xml.
Describe the solution
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: