I am writing a little application but I am stuck.
It's an application which will list, open and display song lyrics. The lyrics are saved in a .txt file and are named: 1, 2, 3, 4, 5.... 600.
Here are the basic functionalities:
- Display a list of songs by title.
- When the user click on the title it will open and display the file in an activity or fragment.
Here is an idea of what it might look like: https://i.stack.imgur.com/fG3pw.jpg
Here are my main challenges:
How to grab the title for all the files? ( they are in the first line of each file). what's the best way to store the files. In a SQL database, XML ?
Thank you for any tips you might give me. As long as I can get this working, I am good to go.