So i am using fragments and trying to wire on click listeners on them.
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bun
simply use this in your onCreateView
onCreateView
View contentView = inflater.inflate(R.layout.layout1, container, false); startButton= (Button) contentView.findViewById(R.id.button); return contentView;