Open xeron56 opened 6 years ago
Using public class PhotoFragment extends Fragment implements View.OnClickListener, View.OnTouchListener {
public class PhotoFragment extends Fragment implements View.OnClickListener, View.OnTouchListener {
How to solve this for implement with fragment?
Probably try getActivity() instead of this?
Thanks
Using
public class PhotoFragment extends Fragment implements View.OnClickListener, View.OnTouchListener {
How to solve this for implement with fragment?