B4A Tutorial [B4A] [B4XPages] OSM Maps / FusedLocationProviderClient GMS - Harris    May 07, 2024   (7 reactions) For cross platform - (A,i,J), this IS a great leap forward. My focus shall be on B4A, for my ease of explanation...
153420
All small Red Text are comments.
The Milepost Number and Milepost Name are GPS locations, derived form a SQLlite DB (lat/lon), that are either in front / or behind you B4A Tutorial [B4X] "Code Smells" - common mistakes and other tips - Erel    Sep 06, 2023   (84 reactions) These formats are far from being trivial and with all kinds of edge cases that no one remembers.
'bad
Dim s As String = "{""version"":""" & Version & """,""colors"":}"
'good
Dim jg As JSONGenerator
jg.Initialize(CreateMap("colors": Array("red", "green", "blue"), "version": Version))
Log(jg.ToPrett B4A Tutorial B4x / PHP compatibility thread - KMatle    Sep 30, 2017   (12 reactions) $jsone=$jsall; 'get the first map (index=0)
Steps here:
- get the posted data (get_contents...)
- decode it and put it into an array ($jsall) = list
- get the first array ($jsone) = out map
You could send more maps just by adding the to the list and use a loop in php to process all the maps. In m B4A Tutorial (old) Google Maps Android v2 tutorial - Erel    Feb 24, 2016   (13 reactions) If you are using B4A v5.80+ then please follow this tutorial: https://www.b4x.-maps.63930/#post-404386
GoogleMaps library requires v2.50 or above.
GoogleMaps library allows you to add Google maps to your application. This library requires Android 3+ and will only work on devices with Google Play s B4A Tutorial [B4X] [B4XPages] GoogleMaps example - Erel    Jul 13, 2020   (10 reactions) 97060 Example of showing a Google map, in a cross platform B4XPages project. The APIs of the three GoogleMaps libraries are quite different from one another, so we need to use platform specific code for the map creation. Still, it is quite simple to further extend this project and build a cross pla B4A Tutorial GOOGLE MAPS ON WEBVIEW (No API key) - Tayfur    Jul 08, 2020   (12 reactions) } else {
//distanceInput.value ="NO WAY!!!";
B4A.CallSub('MyMap_Calc_Distance_Err', true,true);
}
});
}
function poiadd2(enlem,boylam,zoom) {
//var enlem = document.getElementById("enlem").value;
//var boylam = document.getElementById("boylam").value;
var myCenter = new google.maps.La B4A Tutorial FCM Push-Messages: Foreground/Background/Data/Notification - KMatle    Nov 26, 2016   (21 reactions) What is"onMessageReceived", "System tray" and "extras of the intent" exactly? a) onMessageReceived Sub fm_MessageArrived (Message As RemoteMessage) in the FirebaseMessaging service b) System tray Where notifications for the users live c) extras of the intent Sub Activity_Resume Dim in As B4A Tutorial Google Maps - Erel    Aug 21, 2019   (36 reactions) 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 -> Create Credentials -> API Key -> Android Key.
You should get a key that looks like: -Q
- Copy the attac B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Apr 20, 2024   (2 reactions) B4A
Maths
First post. Map a value from one range to another range. The simple way.
Map values from one range to another range in a simple way. This is not a true algorithm but helped me a lot to save time. This mimics the Arduino Map function. See https://www.arduino./
https://www.b4x.-first-post-m B4A Tutorial Introduction to the libGDX library - Informatix (first post)    Nov 03, 2016   (5 reactions) Maps
libGDX can manage and draw different kinds of tiled maps: orthogonal (with square or rectangle tiles), isometric (fake 3D, with diamond tiles) and hexagonal.
Maps can be imported in the TMX or tIDE format, or constructed from a collection of texture regions (see the provided Map_Hexagonal dem Page: 1   2   3   4   5   6   7   Powered by ColBERT |