I am new to Android programming, and I am trying to make an application that will read files from a bluetooth device. I don't need to worry about that right now, since that is the last step I plan to do.
I want to create my own textfile so that I could read fake data from that file and use it to test if my code and function of the application actually work. How would I go about creating this file in Android? And also, how would I also read the text file into my code?