foxtrotzulu94 / ECE-Pokedex

An Android App for those that want to be the very best! You Gotta Catch 'Em All!
MIT License
1 stars 1 forks source link

Create the PokemonResources Activity #24

Closed foxtrotzulu94 closed 9 years ago

foxtrotzulu94 commented 9 years ago

Create the XML and Java class for the PokemonResource Activity. This will be loaded from the main menu. It should successfully link to the websites we have used to source assets as well as Nintendo's own website (and perhaps a Google Shopping search where the games can actually be bought) To load the websites, you can execute a call to either the default web browser or prepare a SubActivity using the WebView element.

Adesa23 commented 9 years ago

What needs to be added for Pokemon Resources activity: 1) A textView for "resources used" 2) Logos of the various websites that were used/scrapped (Bulbapedia, Smogon, and extra sites for the sprites) 3) The websites that were used for scrapping, as well as a link where you can be directed to a webpage where you can buy Pokemon games (Google Shop?)

Linear Layout will be used.

Adesa23 commented 9 years ago

DONE. Waiting for Code Review.

foxtrotzulu94 commented 9 years ago

The issue should get automatically closed when the Pull Request is successfully passed