-3

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?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
porya74
  • 102
  • 1
  • 9

1 Answers1

1

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'
ugur
  • 3,604
  • 3
  • 26
  • 57