Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- android swipe Horizontal View Paging with MapView
- switch (position) {
- case 0:
- resId = R.layout.record1;
- break;
- case 1:
- resId = R.layout.record2;
- break;
- case 2:
- resId = R.layout.record3;
- break;
- }
- switch (position) {
- case 0:
- resId = R.layout.record1;
- break;
- case 1:
- resId = R.layout.record3;
- break;
- case 2:
- resId = R.layout.record2;
- break;
- }
Advertisement
Add Comment
Please, Sign In to add comment