mediaview

  1. teddybear

    Share My Creation Another audioSpectrum control

    The control is one of the RXcontrols from GitHub. There are many excellent controls in the project. This is a video by the author introducing RXcontrols. I only wrapped the audiospectrum control. If you are interested in other controls, you can also wrap them (MIT license) The usage is...
  2. ArminKh1993

    B4A Library FirebaseAdmobPlus

    FirebaseAdmobPlus is no longer supported, please check out GoogleMobileAds lib https://www.b4x.com/android/forum/threads/googlemobileadssdk.128787/ Hi This is a full wrapper over goolgle ads sdk. https://developers.google.com/admob/android/quick-start It supports : - Banner (Also Adaptive...
  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)...
Top