native ads

  1. sentechnologies

    Android Question Firebase Admob Native Ads

    How to load Native ads in a panel
  2. Jack Cole

    B4A Class FirebaseAdmob Native Ad Class

    Across the forum, there are pieces of code that you can put together to make native ads work. I put everything together into a class that saves me a lot of time, and hopefully you will find it helpful also. This example uses a pre-built layout and uses the Unified Native Ad for the type of...
  3. Jack Cole

    Android Question Native Ads - MediaView size problem

    I inserted the following code into the example code for Native Ads as originally posted by Erel here. Dim MediaView As JavaObject MediaView.InitializeNewInstance("com/google/android/gms/ads/formats/MediaView".Replace("/", "."), Array(ctxt)) content.AddView(MediaView, 0, 0, 100dip, 100dip)...
  4. Lucas Eduardo

    Android Question Native Ads Advanced with MediaView Not Working

    This is my sub with Media View implemented and not working, how can i implement the Erel's mediaview code in this sub? Erel's code: Dim MediaView As JavaObject MediaView.InitializeNewInstance("com/google/android/gms/ads/formats/MediaView".Replace("/", "."), Array(ctxt))...
Top