I've been slowly learning Java in the last 4 Months. I started my studies and one of my favourite subjects is programming. We've already covered polymorphism and generic data types(and by practicing I'm trying to get the hang of it). As much as that to my Background.
My question now is: How can I download the lyrics from Genius.com? I'd like to develop an Android app that automatically downloads new lyrics as soon as I'm connected to the Internet. Else it should work offline. Of Course I could manually copy the lyrics of my favourite Songs out one after another, but I want to develop an offline lyrics database which Imports the files of the Songs tagged as Rap (i know it will be wasting lots of space but it's for learning purposes). I've found tons of tutorials explaining how to create an Android app but no particualar info covering my question(the one closest would be How to download and save a file from Internet using Java?)
EDIT: Maybe I was a bit too hasty: Following other similar questions I will have to use the datatype URL, right? but how can I Limit the download to only the rap lyrics? How could I get a List that contains all the exact store adresses of the rap lyrics?