I have simple application which has 1 Edittext and 1 Button.My application get the numbers in the first two Edit text and when the button is pressed the last EditText show the s
Or just leave it like this, but remove the implementation of OnClickListener.
ex:
public class FindPeopleFragment extends Fragment implements OnClickListener {
...
}