Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR]: Custom Constants Generate from XML. #340

Open
2 tasks done
ismailcaakir opened this issue Nov 28, 2022 · 0 comments
Open
2 tasks done

[FR]: Custom Constants Generate from XML. #340

ismailcaakir opened this issue Nov 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ismailcaakir
Copy link

ismailcaakir commented Nov 28, 2022

Is there an existing issue for this?

  • I have searched the existing issues

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

<?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
@ismailcaakir ismailcaakir added the enhancement New feature or request label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant