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 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 Two versions of OkHttpUtils in the same application? - DonManfred (first post) Aug 08, 2023 (1 reaction) The actual Version is okhttputils2 and okhttp. Both belong together. B4A Question B4X Legacy versions? - DonManfred (first post) Feb 22, 2023 (1 reaction) The old resources (and SDK) is deprecated.
Only 64Bit Versions are available together with B4A 12+ Other B4A v12.2 is available for download - Erel (first post) Feb 17, 2023 No. New versions are 64 bit only Share My Creation B4A Clock 24 Widget - MarkusR (first post) Mar 09, 2018 (2 reactions) try this version Wish Software version - RodM Nov 02, 2024 I think that would be very helpful to add the information about the version, at the downloads page. For example, I don't know if I have the latest B4J installed on my system, because there's no longer updates information in the 'about' dialog on the IDE, and nor the site tells me the version number B4A Library UltimateWebView Custom View - Ivica Golubovic (first post) Jan 08, 2022 Try version 2.01. Problem fixed. B4A Question how to get android version? - netsistemas (first post) Oct 30, 2024 3") versions.Put(19,"4.4.2") versions.Put(20,"4.4W") '5.0p versions.Put(21,"5.0") versions.Put(22,"5.1") versions.Put(23,"6.0") '-----rest of versions. Dim p As Phone Dim Rt As String Rt = p.SdkVersion Try If SoloDevolverVersionComercial Then 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. Page: 1 2 3 4 5 6 7 Powered by ColBERT |