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?
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?
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'