How to pass data between views using viewFlipper

148 Views Asked by At

I have three listViews in a viewFlipper and I want when user clicks on an item in the first listView, second listView to be displayed with related data from clicked item.

Is there any way to pass data between views using viewFlipper?

1

There are 1 best solutions below

0
ugur On

Follow the official doc http://jakewharton.github.io/butterknife. it says:

compile 'com.jakewharton:butterknife:8.8.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.0'