I want to search through a html file and then get the url to an image on that page. This url should then be saved as a string - thats all. The problem is I really don t know
Take a look at jsoup HTML parser. There is a relevant answer on SO that explains the basic usage of jsoup - https://stackoverflow.com/a/5318771/1321873