Home fragment code:
public class HomeFragment extends Fragment {
Button interstitial;
Button BannerAd;
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_home, container, false);
}
}
I want to create an button in this fragment for showing ads when I press that button.