Implement ad banner in Fragment android
I have managed to implement the anchored adaptive banner as explained in this tutorial (
anchored adaptive banner).
First within an Activity and then within a Fragment.
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?
): View {
_binding = FragmentTestBinding.inflate(inflater, container, false)...