I want to play around with making an Android app that displays a famous quote of the day. So I will have 365 quotes and each day will display a new one. Any thoughts on how to accomplish this? Do I need 365 @strings in my string.xml file? Is there a way to access an array of strings (or another data structure perhaps) by their index to accomplish this?
I want to play around with making an Android app that displays a famous
Share
If you want to use resources:
In resource file: