B4A Code Snippet GetSDKVersion - JOTHA (first post)    Mar 05, 2018 Hello Erel,
thank you for your answer.
Here is the Sub:
Sub GetSDKversion() As String
Try
Dim versions As Map
versions.Initialize
'-- listet nur die Versionsnummern auf --
versions.Put(3, "1.5")
versions.Put(4, "1.6")
versions.Put(7, "2.1")
versions.Put(8, "2.2 B4A Question OKHttpUtils2 versions - yo3ggx    Mar 26, 2022 Hello,
In my B4A 11.50 it shows that the online version of the library is older than the included one:
127072
I know that v3.00 require Android 5 and up. What is the latest OkHttpUtils2 version that supports Android 4.4? I want my app to be supported on this version too.
Thank you. B4A Code Snippet GetSDKname - DonManfred    Aug 23, 2019   (1 reaction) subname: GetSDKname description: Get the name of an SDK release Sub GetSDKname() As String Dim versions As Map versions.Initialize versions.Put(1,"Base") versions.Put(2,"Base_1.1") versions.Put(3,"Cupcake") versions.Put(4,"Donut") versions.Put(7,"Éclair") versions.Put(8,"F B4A Question B4A Designer can't install update. - Theera (first post)    Mar 31, 2023   (1 reaction) My VersionCode is 2.62.I'm sorry If I don't understand English.I have tried to learn it myself. Other B4A v8.50 BETA has been released - LucaMs (first post)    Sep 06, 2018   (10 reactions) From this new version, even B4A (and all B4X products) will have a "version name", like Lollipop, Marshmallow, Nougat, Oreo, ... The name of B4A 8.50 will (should) be... Mario :p 71950 even in honor of my imminent death :p B4A Question B4X Object Browser and .NET Framework Incompatibility - MikeSW17 (first post)    Feb 10, 2021 Additional Info. Finding exactly which .Net versions you have is a bit of a drag. There's a Command Line utility that lists all .Net versions installed: https://github..0.0 D:\>DotNetVersions.exe -b Currently installed "classic" .NET Versions in the system: 2.0.50727.4927 Service Pack 2 3.0.30729. B4A Question jrdc2 no result mysql select - Milan Bozic (first post)    Feb 27, 2019 btw my versions are: b4a 8.80; okhttputils2 2.80; RandomAccessFile 2.32 B4A Question Two versions of B4A - Sagenut (first post)    Dec 11, 2022 Simply install the two versions in two different folder, B4A1180 and B4A1200 for example. B4A Tutorial B4A-Bridge source code - Erel (first post)    Apr 05, 2018   (4 reactions) Done. The version in the source code is 2.52 (it includes a small modification that was not published). B4A Question how to get android version? - netsistemas (first post)    Oct 30, 2024 In case it's useful, leave these functions that I use in my APK. public Sub GetVersionAndroid() As String If V_VersionAndroid = "" Then 'Dim P As Phone V_VersionAndroid = GetSDKversion(False) ' P.SdkVersion End If Return V_VersionAndroid End Sub Sub GetSDKversion(SoloD Page: 1   2   3   4   5   6   7   Powered by ColBERT |