Answer the question
In order to leave comments, you need to log in
Can I convert a CSV file to a string.xml file using Gradle?
I want to have one CSV file where I can change the text, but after creating the project, all rows generate a string.xml where all rows have the correct id and value (or if the user opens the application, all CSV values are added to the DB) How I can use?
Example:
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">APP</string>
<string name="hello">Hello</string>
</resources>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question