Hello,
Since october 17th 2024, the map seems not work in the example GoogleMapExample. This worked since 2018.
I use my API Key, for Maps Platform API Key :
gmap.Initialize2("gmap", options,"AIzaSyBxPuZKKscIVhEecUcxxxxxxxxxxxxx")
I have just the map in attachment but no possible to move...
Ey Guys Looking for some help here im trying to connect my B4A APP with Wordpress. According to this post REST API I got this working correctly on Python but translated to VB is something like this:
Dim J As HttpJob
Dim Data As Map = CreateMap("title": "DCA DB", "content": "HELLO FROM...
I receive requests from users of my app, that the old SMS Reminder Function in my older apps were a great tool.
Thats why I tried to create an app that fullfills all criteria for an SMS Messenger. Finally I ended up Google not allowing it in the Play Store. (Main Purpose is different from...
Hello everyone!
I have created an app that akes lot's of API Calls. Some times the connection to the server isn't easy, so the app has to wait. This is why I have added a Loading Indicator for the user to know that everything works fine, they just have to wait a few seconds.
Nevertheless, the...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
This is a very simple tutorial on how to use the storage file options.
Upload File
Uploads a file to an existing bucket.
Dim UploadFile As Supabase_StorageFile =...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
This is a very simple tutorial on how to use the storage bucket options.
CREATE
Creates a new Storage bucket
Name - A unique identifier for the bucket you are creating
Dim CreateBucket As...
Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
Hi guys! How are you,
I state that I'm new to B4J and, despite my many attempts and various readings, I can't do something that should be simple.
In practice I have created a web portal in B4J and I manage the various pages through the handlers. So far, so good.
The problem arises when I...
Please correct me; as I understand the What3words API needs to be used with internet access. Am I correct? Is there any way for a B4A program to access the API 'offline', i.e to generate the three words from Lat/Long using the API? If yes, how may this be done? Any code snippet will help me get...
You can use this class to generate JSON Web Token (JWT) for use in Web API B4J Server.
This code is using JavaObject from Java JWT github project (https://github.com/auth0/java-jwt) by Auth0.
I only add support for HMAC algorithms. If you want, you can modify this code to support RSA and ECDSA...
I'm new to using API technologies, where you can see a complete example that allows you to make a request to a production server and get a response. I hope the example will be created using the simplest WORKING WEB server. I can't find an example of how to start a communication session and get...
Hi All,
I am fetching the current date from "https://www.timeapi.io/api/Time/current/zone?timeZone=Asia/Kolkata" API.
The http job works perfectly when the project run in b4j IDE, but when after building to standalone package, http job always fails.
attached the zip project for reference and...
Hey!
I'm working with my API made in PHP . Afer I got logged it returns an Access Token and a Refresh Token in json format. Like this:
Postman:
{
"statusCode": 201,
"success": true,
"messages": [],
"data": {
"session_id": 9,
"access_token"...
Hi guys,
I need to create small desktop application which will show the users some direction between two points on map. User need to input first adress and second adress and I will show him the road from start to end point.
I found API for this on OpenRoute or OpenStreet Map (okey, basicaly I...
It is quite convenient to upload images to public cloud server and share the image link to other people rather than share the real image files directly!
The following code snippets showed how to upload and search images by CUrl command (provided by: https://apidocs.imgur.com/) and by B4A syntax...
Based on this model: https://www.b4x.com/android/forum/threads/amazon-web-services-s3-v4-signature-calculator.81006/
Thanks, @JackKirk !
I have been trying for days to get the AWS API Gateway to work. I am apparently not constructing the request correctly, because I
get this response after...
Building a Weather App
One of my recent projects required me to build a weather app that would work with an API of my choice. This was my first introduction to working with a weather API, so I knew there was going to be a steep learning curve, but I was excited about the chance to finally get...
Updates:
Web API Server 2.0 is available. Check https://www.b4x.com/android/forum/threads/project-template-web-api-server-2.143310/
Version: 1.16
Description: Create Web API Server with CRUD functionalities
Sample application: [B4X] Todo List based on Web API
Template:
Web API Server...
Hello friends I used this
api http://api.mymemory.translated.net/get
in my project, then I realized that there is a limit. To remove the limit, I have to make a key. I made a key, but I do not know where to put the project. Please help.
Sub Process_Globals
End Sub
Sub Globals
Private...
Hola.
Estoy tratado de obtener información sobre mi cuenta en Binance, empleando la Api de dicha empresa.
De la Api voy a emplear la funcion:
Para ello escribí el siguiente programa en B4J
#Region Project Attributes
#MainFormWidth: 600
#MainFormHeight: 600
#End Region
Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.