A simple lyric searching and bookmarking android application. Utilizes genius music metadata RESTful API, and persists data using Room.
Favourites | History | Search | Detail |
Quick access to liked lyrics. | List of all viewed lyrics. | Search by Artist and/or song | Lyric view |
When cloning this application, be sure to obtain an API key from RapidAPI and to update Strings.xml like so:
<string name="api_key">API_KEY</string>