I would like to know if an application would be more fluid by managing the translations of tens of thousands of elements in ten languages with Android Studio or with Room database? Or should I consider an alternative solution?
For the moment, I have not yet tested the different options. I'm completing xml files with my data using Android Studio's translation system and I've listed several tutorials on Room Database.