globeay / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

Image previews on large screens hardly visible #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using a large screen the preview image in the list of saved games is 
difficult to see as the image preview is scaled to 100dp on all devices.

Original issue reported on code.google.com by paul.din...@gmail.com on 3 Apr 2013 at 2:28

GoogleCodeExporter commented 8 years ago
When I increased the size to 400dp I soon ran into big troubles as an out of 
memory error occured after scrolling around for a few seconds. This out of 
error memory also occurred with images of 100dp but that took longer. This is 
therefore marked as a critical issue which had to be resolved in this release.

The problem has been resolved by:
 * Recycling the convertViews in the list adapter.
 * Implementing the ViewHolder pattern in the list adapter.
 * Rewriting the layout file used in the list adapter.

Original comment by paul.din...@gmail.com on 3 Apr 2013 at 2:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This issue was closed by revision r206.

Original comment by paul.din...@gmail.com on 3 Apr 2013 at 2:46

GoogleCodeExporter commented 8 years ago
Tested Revision 231 on HP Touchpad (9.7" screen): Much better use is made of 
the screen for the saved game list. The screen graphics are now almost too 
large (just my opinion, and maybe it's because I'm used to seeing them so 
small!)

Original comment by em...@srlee.com on 11 Apr 2013 at 7:44