XML : Android: How can I store custom objects inside ArrayList in strings.xml

So I want to create an ArrayList of custom objects or custom object properties inside the strings.xml file. I want to store them there because I need them as resources for my app. Also is that a good idea? If I store let's say approx 1000 items inside that ArrayList. Would that make my application a lot more slower? If yes, what is the best way to store them? Thanks in advance :)

No comments:

Post a Comment