Guest User

Untitled

a guest
Apr 29th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. android swipe Horizontal View Paging with MapView
  2. switch (position) {
  3. case 0:
  4. resId = R.layout.record1;
  5. break;
  6. case 1:
  7. resId = R.layout.record2;
  8. break;
  9. case 2:
  10. resId = R.layout.record3;
  11. break;
  12. }
  13.  
  14. switch (position) {
  15. case 0:
  16. resId = R.layout.record1;
  17. break;
  18. case 1:
  19. resId = R.layout.record3;
  20. break;
  21. case 2:
  22. resId = R.layout.record2;
  23. break;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment