Closed foxtrotzulu94 closed 9 years ago
Your code looks good to me! I just don't know about pushing all of the code from PokemonFactory that is not done yet. I guess you need the new methods to run your stuff though...
I actually don't call any of the PokemonFactory code here, just a lot of the Pokemon package code. Only the UI system was updated on this, though it plugs nicely into the backend stuff with PokedexManager. I've already merged this branch with issue-#12-dbAccess, so you'll see a lot of this code there (with slight modifications)
Changes include full view of the Pokemon's Information in DetailedPokemonActivity as well as improvements to the PokedexActivity. Everything is very loosely coupled, with the PokedexManager having most of the context sensitive information being fetched to update UI elements. There is extensive documentation and only small changes would be required once a fully working backend is finished.