kyroschow / MinigameMarathon

0 stars 1 forks source link

Hook up Button to github repository in AboutFragment #58

Closed kyroschow closed 6 years ago

kyroschow commented 6 years ago

I put a TODO in AboutFragment

kyroschow commented 6 years ago

Possible Solution

https://stackoverflow.com/questions/2201917/how-can-i-open-a-url-in-androids-web-browser-from-my-application

kyroschow commented 6 years ago

Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/TheCompSciNoob/MinigameMarathon")); startActivity(browserIntent);

alexanderberry commented 6 years ago

will implement now

kyroschow commented 6 years ago

fixed by b1101ed7a4f63a930319fc237550c4d3bcca124e