4

Let's assume we have string array in android resources, like that

<string-array name="vals">
    <item>item1</item>
    <item>item2</item>
    <item>item3</item>
</string-array>

is there any way to properly map it on enum in java?

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.