Could I use the strings.xml resources to have it stored some Firebase Database keys so I can retrieve data directly into these keys instead of retrieving them on database?
Let me explain: my app focus on three main topics, within these topics i have different sub-topics (for example pages, articles, musics, and so on), so there are few topics, i was thinking if i could save the keys from these topics on my strings.xml so everytime i would need to get an item from a sub-topic, i would already have the topics key, but idk if this is a good implementation, is it?
Let me explain: my app focus on three main topics, within these topics i have different sub-topics (for example pages, articles, musics, and so on), so there are few topics, i was thinking if i could save the keys from these topics on my strings.xml so everytime i would need to get an item from a sub-topic, i would already have the topics key, but idk if this is a good implementation, is it?