I have been reviewing how to work with files on Android and I have done some practices on how to create a file, write about it, read, etc.
But, what if the file I have already created ?, Imagine that I want to insert in my application a file with a list of questions and answers, for example.
I write the file in the format that interests me but then, what do I do ?, how do I add it to the Android project?