Archives for: "June 2014"
Android Error : "must implement onFragmentInteractionListener"
I am building a new note pad app. I was trying to connect each fragment into the main activity. But I got an error,"must implement onFragmentInteractionListener". I found the problem is I have to implement onFragmentInteractionListener in each fragment.… more »