hellcat707hp / GTRadio

An open-source, custom radio player for Android designed to produce similar functional results to the radios found in the Grand Theft Auto series of games.
GNU General Public License v3.0
9 stars 0 forks source link

feat(library): rework library to load into database for improved speed #6

Open hellcat707hp opened 1 year ago

hellcat707hp commented 1 year ago

Goal

Move the library info into a database when its loaded for the first time instead of reloading from storage each time,

This will improve app speed and follows the standard for most audio players.

Task Breakdown