I want to override the onAttach() http://developer.android.com/reference/android/app/Fragment.html#onAttach(android.app.Activity) method of a ListFragment from the compatibility library, but it seems it can’t be found…
am I getting something wrong, or maybe this method is not implemented in the compatibility library and I will have to override another method?List
I want to override the onAttach() http://developer.android.com/reference/android/app/Fragment.html#onAttach(android.app.Activity ) method of a ListFragment from the
Share
I’ve tried to override:
where I should have override:
Notice the: “Activity” of the first method and the: “SupportActivity” of the second..