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

Write the Database Accesor Class #12

Closed foxtrotzulu94 closed 9 years ago

foxtrotzulu94 commented 9 years ago

Based on the previous work done, write the corresponding code that handles all the interaction with the packaged database asset. This should include the 1st start copy, methods for general querying and functions to build full Pokemon and associated objects.

thineshth commented 9 years ago

Issue-#12-Scrapper/DB Changes

Need to also make sure these changes are all reflected

Changed Scrapper to reflect the above changes

foxtrotzulu94 commented 9 years ago

So I finished putting together most of the system that links UI and backend. I also tried building all full Pokemon Objects in one shot and that is noticeably slow. Parallelizing it is a bit of a mess and doesn't seem to want to work correctly.

There are a couple of options I see as viable to proceed from here:

Either way, PokedexManager and PokemonFactory might need some refactoring in all cases. Take a look and let me know what you think