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 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 Example B4Xgoodies_from_walt61 Online - AnandGupta    Feb 13, 2023   (25 reactions) version 2019-12-09, total 4913 rows.
version 2019-12-16, total 4923 rows.
version 2019-12-23, total 4925 rows. Merry Christmas.
version 2019-12-30, total 4933 rows. Happy New Year.
version 2020-01-13, total 4945 rows.
version 2020-01-20, total 4945 rows. No Change.
version 2020-01-27, total 4953 row B4A Library UltimateWebView Custom View - Ivica Golubovic (first post)    Jan 08, 2022 Try version 2.01. Problem fixed. 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 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 Right B4XDrawer - Alexander Stolte (first post)    Feb 18, 2022   (1 reaction) Try Version 1.53 https://www.b4x.-with-right-panel.102168/post-751769 B4A Library AppCompat - Make Material Design apps compatible with older Android versions - corwin42 (first post)    Jul 14, 2016   (1 reaction) deinstall all versions except 23.0.3. Wish Software version - Alexander Stolte (first post)    Nov 02, 2024   (3 reactions) Just look at the bottom left to see if a new version is available when you see the red circle: 158248 Page: 1   2   3   4   5   6   7   Powered by ColBERT |