0

Good evening!

Question: What is the best method of invoking the Contextual ActionBar when long selecting a row inside of a ListFragment?

My Situation: I have a ViewPager backed by a FragmentStatePagerAdapter, this ViewPager contains 9 different instances of the same ListFragment. Should I be invoking the CAB from the Activity? Or should this be done inside the fragment?

Thank you.

Nick H
  • 8,897
  • 9
  • 41
  • 64
  • you should invoke it from fragment because CAB is tied with the listview itself – Zyoo Jun 18 '14 at 04:07
  • Perfect, That is what I did. Works well. Just wanted to make sure this was the appropriate route. – Nick H Jun 18 '14 at 04:37

0 Answers0