B4A Question Google Image Search API - drgottjr (first post)    Jun 29, 2020   (1 reaction) google has a number of apis you can sign up for and get keys for. just google "google apis" (not here; use google.com). many are (or used to be) rest-based, so you can use them with okhttputils2. i used bing's image api a few years ago with okhttputils2. i think i may have found... B4A Question download image from google image search - mohsen nasrabady (first post)    Sep 13, 2016 but in my samsung s6 edge plus no link return... B4A Question How to get the search results from Google Images.... - StephenRM (first post)    Dec 29, 2022   (1 reaction)
To get search results from Google Images in B4X, you will need to use the Google Custom Search API. This API allows you to search the web, including Google Images, and retrieve search results.
To... 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... B4A Question Where I can find this images? - asales    Sep 13, 2016 I see several apps using this images of buttons: 47798 Anybody knows if this images are free and where I can find it? I tried with Google Images but don't find. Thanks in advance.... B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google Edit: The Android implementation will not work with Google services due to new restrictions. Use GoogleAuthorization instead with B4A: https://www.b4x.com/android/forum/threads/google-authorization-with-authorizationclient.169164/ It is no longer possible to use WebView to implement Google's... such a way that the browser will redirect the response back to our app. GoogleOAuth2 class takes care... it expires using the refresh token. The process is documented here: https://developers.google.com... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Mar 25, 2026   (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 this topic to create your project in google console developer, enable google dive and google sheets apis... manifest: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) Read example for v4 api..., "s")'your Clientid google developers console, activate google drive api and google sheets... B4i Tutorial GoogleMaps Tutorial - Erel    Nov 5, 2025   (13 reactions)   tags: Maps The iGoogleMaps library allows you to show a map inside your app: http://www.b4x.com/basic4android/images/SS-2014-11-17_09.18.50.png It is similar to B4A GoogleMaps library. In order to use it you need to get a free api key from Google. Follow the "Obtaining an API Key" steps: https://developers.google.com/maps/documentation/ios/start#obtaining_an_api_key Start with the attached... text. Copy the GoogleMaps.bundle folder from the example project (under Files\Special) to... Wish Tutorial about how to make app with live video streams from the net - Sandman (first post)    May 1, 2020   (1 reaction) PS: I have always been curious who the guy on your avatar is. Using Google image search I have discovered that it must be the French-American painter, sculptor, chess player, and writer: young Marcel Duchamp, ha ha. I guess you are a fan of his :) Please start a new thread for this. ;) (But you are absolutely correct.)... 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/images/SS-2015-07-30_15.35.52.jpg It is based on this open source project: https://github.com/dlsc... 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... Page: 1   2   3   4   5   6   7   |