If there was a way to download all the libraries from the hosted server that would be fantastic.
It's hard to be looking for all the necessary libraries.
Yesterday I helped a friend to download Firebase, GoogleMaps and also iSvg.
There could be a way like sdkmanager to download enough libraries from the hosted server.
GoogleMaps Tutorial
The iGoogleMaps library allows you to show a map inside your app: It is similar to B4A GoogleMaps library. 1. In order to use it you need to get a free api key from Google. Follow the "Obtaining an API Key" steps...
Firebase + AdMob v3.00
A new package with an updated Firebase and AdMob sdks is available. The new version requires Xcode 14+ Mac: https://www.b4x.com/b4i/files/Firebase301.zip Updates: - iAdMob v4.10 is included in the package. It fixes an issue with RewardsAds not raising events. Note that the internals of this...
iSVG (Scalable Vectors Graphics)
This library is based on SVGKit open source project: https://github.com/SVGKit/SVGKit It allows displaying SVG graphics. There are two steps: 1. Initialize the SVG object with the SVG file. 2. Export the SVG to a Bitmap based on the target size. Repeat step #2 whenever the ImageView size...