I\'m having a trouble with findViewByid but I can\'t find where the problem is.
findViewByid
Here\'s my FirstFragment class code:
FirstFragment
import and
Add getView() before findViewById() method.
getView()
findViewById()
Like this:
getView().findViewById(R.id.potatoes);