Hey guys, we're making a social game, and we need to load every friend of player's facebook.
Already so some searches here in the forum, but I cant see a real good way of doing that, here is the options I see:
- Loading 50 friends at time, and when the user reach the end of the Draggable Pannel, we can remove some of top and load again the new ones.
- Using the Apple table approach, creating like 10 cells and move these things around changing the vallues, like if the first one become invible, you move this to the bottom of the line and set the values of the 7 cell (I try to achieve that, but using some triggers to detect that don't seems to work, and do foreach object to check the position will be extremely heavy) but this really seem the way of doing that
- Make a navegation arrow with pages for the user navegate?
So what do you guys think?