Related to issue #30
Before committing to any sort of optimizations/enhancements in database code, it is necessary to benchmark and have a full image of the processing costs to compare with in future iterations. With Android Studio, such a task is straightforward
Profile the two main functions in PokemonFactory which deal with MinimalPokemon and Pokemon object creation. Determine the average completion time of these two methods and, if possible, any spikes in both CPU usage and application stack size.
Post pictures of your profiling result here as you go. Minimal coding is expected.
Related to issue #30 Before committing to any sort of optimizations/enhancements in database code, it is necessary to benchmark and have a full image of the processing costs to compare with in future iterations. With Android Studio, such a task is straightforward
Profile the two main functions in PokemonFactory which deal with MinimalPokemon and Pokemon object creation. Determine the average completion time of these two methods and, if possible, any spikes in both CPU usage and application stack size.
Post pictures of your profiling result here as you go. Minimal coding is expected.