Closed broakenmedia closed 8 years ago
I need to populate a textview separate to the cardview with the NEXT objects values when swiping away the current one. IndexOf was my best guess but it's proving hacky
Try getting the next item in the adapter
flingContainer.getAdapter().getItem(1);
I need to populate a textview separate to the cardview with the NEXT objects values when swiping away the current one. IndexOf was my best guess but it's proving hacky