B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Jan 23, 2025   (17 reactions) description, thanks.
Thanks for your understanding. :)
This library depends the Google OAuth2 class:
https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/
follow the tutorial in... B4A Question Updating Google Sheet --> stuck in oauth2.GetAccessToken - Javier Campo Martinez (first post)    Sep 22, 2020 a look @ that , to see (in my case) if i can put OAuth2 to work.... B4A Class [class][B4X] Google OAuth2 - Erel    Mar 19, 2024   (44 reactions)   tags: wait, Google GoogleOAuth2 class is compatible with B4A, B4i and B4J (new).
It is no longer possible to use WebView to implement Google's OAuth2 authentication.
The solution is to open the default browser and....
GoogleOAuth2 class takes care of several tasks:
1. Opening the browser and getting...: https://developers.google.com/identity/protocols/OAuth2InstalledApp
Setup
1. Go to Google developer... B4A Question Google Sheets - Erel (first post)    Oct 6, 2023 https://www.b4x.com/android/forum/pages/results/?query=google+oauth+sheet... B4A Tutorial Google Maps - Erel    Jul 7, 2025   (36 reactions)   tags: Maps, GoogleMaps, GPS, Erel, Map, Google Mpas 41895 Installation instructions: - Register your app in Google developer console: https://console.developers.google.com You need to enable Google Maps Android API. Then click on Credentials ->...): CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) AddApplicationText( <meta-data android:name="com.google.android.geo.API_KEY" android:value="xxxxxxxxxxxxxx".... If you don't see it then make sure that the GoogleMaps library is selected. You can change... B4J Library jGoogleMaps library - Erel    May 22, 2025   (24 reactions)   tags: google map, WebView The latest version of Google Maps isn't compatible with JavaFX WebView. Don't use... This library is similar to B4A and B4i GoogleMaps libraries. https://www.b4x.com/basic4android... with GoogleMaps JavaScript API V3. Using the map is quite simple. You need to initialize GoogleMap and then wait for the Ready event. GoogleMap.AsPane returns the pane that holds the map. You should add.... Updates: V2.01 - Sets the Google Maps Javascript SDK version to 3.56. There is currently an issue... B4A Library GooglePlayBilling - In App Purchases - Erel    Jul 7, 2024   (32 reactions) 't be available. GooglePlayBilling is based on the new in app purchases service: https://developer.android.com/google/play/billing/billing_library_overview Usage instructions: 1. Add to the manifest editor: CreateResourceFromFile(Macro, GooglePlayBilling.GooglePlayBilling) 2. Create... is done by calling VerifyPurchase with the base64 key you got from Google Play Console. 6. All orders.../problem-with-googlebilling-library-3-in-new-app-due-to-google-restriction.142524/post-903185... B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Sep 3, 2025   (19 reactions) AdsHelper is a class that adds the following features: - Managing the user consent with Google's User Messaging Platform: https://developers.google.com/admob/ump/android/quick-start - App Open Ads: https://developers.google.com/admob/android/app-open-ads It can be extended with more features. Instructions: 1. It is important to read Google's documentation and understand the main concepts. 2 Add to manifest editor: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase... B4J Code Snippet Google OAuth2 authorization token - Erel    Dec 3, 2020   (11 reactions) : 'this code is from the tool that downloads the Google Sheet translation table and prepares it for...Some of Google online services no longer allow the access token to be sent as a query parameter. You will get an error similar to: "The OAuth token was received in the query string, which this API forbids for response formats other than JSON or XML. If possible, try sending the OAuth token in the Authorization header instead." The solution is to send it in the authorization header... Share My Creation GoogleMapsDemo - klaus    Apr 30, 2024   (25 reactions)   tags: GoogleMaps Some time ago I played a lot with GoogleMaps according to this post: https://www.b4x.com/android...: https://www.b4x.com/android/forum/threads/calcolare-superficie-con-google-map.91740/#post-580370 I added the area calculation. ATTENTION: the jGoogleMaps library needs Java 19 ! And, as it might be interesting for others, I upload the two projects below: GoogleMapsDemoLight, a light version of GoogleMapsDemo below for better understanding. GoogleMapsDemo, this project contains almost everything... Page: 1   2   3   4   5   6   7   |