gigi0ne Member Licensed User Longtime User Oct 12, 2020 #1 Hello everybody i tried to use SLC to create a library, but it gives me this error. B4X: expressions are not supported in -source 7 return comments(args -> {}, queryDef); ^ (use -source 8 or higher to enable lambda expressions) How can I delete it? Or better yet, has anyone already created the library for Shopify mobile-buy-sdk-android? Thank you
Hello everybody i tried to use SLC to create a library, but it gives me this error. B4X: expressions are not supported in -source 7 return comments(args -> {}, queryDef); ^ (use -source 8 or higher to enable lambda expressions) How can I delete it? Or better yet, has anyone already created the library for Shopify mobile-buy-sdk-android? Thank you
DonManfred Expert Licensed User Longtime User Oct 12, 2020 #2 Check this Thread How to use code with lambda? I was asked to help creating a wrapper for TapKey Securitykeys. They provide sample Androidapplication in which they are using lambda. https://developers.tapkey.io/mobile/android/getting_started/ The Example app can be found here... www.b4x.com Lambda is not supported by Android. gigi0ne said: Or better yet, has anyone already created the library for Shopify mobile-buy-sdk-android? Click to expand... There is no such library available here. You can hire someone who write a wrapper for you if you are not able. Job Offers Do you have a job offer / project for developers? Post it here. www.b4x.com Last edited: Oct 12, 2020 Upvote 0
Check this Thread How to use code with lambda? I was asked to help creating a wrapper for TapKey Securitykeys. They provide sample Androidapplication in which they are using lambda. https://developers.tapkey.io/mobile/android/getting_started/ The Example app can be found here... www.b4x.com Lambda is not supported by Android. gigi0ne said: Or better yet, has anyone already created the library for Shopify mobile-buy-sdk-android? Click to expand... There is no such library available here. You can hire someone who write a wrapper for you if you are not able. Job Offers Do you have a job offer / project for developers? Post it here. www.b4x.com
G GoodGuyOnWeb Member Oct 12, 2020 #3 gigi0ne said: Hello everybody i tried to use SLC to create a library, but it gives me this error. ........... Or better yet, has anyone already created the library for Shopify mobile-buy-sdk-android? Thank you Click to expand... Apparently Shopify uses GraphQL queries. The mobile SDK and example is available here : https://github.com/Shopify/mobile-buy-sdk-android#sample-application- No idea how to convert that to B4X though! Upvote 0
gigi0ne said: Hello everybody i tried to use SLC to create a library, but it gives me this error. ........... Or better yet, has anyone already created the library for Shopify mobile-buy-sdk-android? Thank you Click to expand... Apparently Shopify uses GraphQL queries. The mobile SDK and example is available here : https://github.com/Shopify/mobile-buy-sdk-android#sample-application- No idea how to convert that to B4X though!