31
Game Programming / Re: max number of (smaller) views
« on: August 09, 2013, 02:31:23 am »
Hi, not sure ( I think there is max # views though), but, question:
would it not be a better idea to reuse views ? I guess you are not going to show the entire 5440 grids at once ? You can have an array that holds the value (and items) of all grids, but just display the ones that are currently on screen, if you understand ?
would it not be a better idea to reuse views ? I guess you are not going to show the entire 5440 grids at once ? You can have an array that holds the value (and items) of all grids, but just display the ones that are currently on screen, if you understand ?