K ktlua Member Licensed User Nov 30, 2016 #1 Braintree has a Client SDK that we must use to integrate to our mobile payment system. The site is: https://developers.braintreepayments.com/guides/client-sdk/setup/android/v2#installation The SDK can be downloaded at: https://github.com/braintree/braintree_android Can some body give some hints on how we can wrap it up to become a library to use with B4A? Thanks. Lua KT
Braintree has a Client SDK that we must use to integrate to our mobile payment system. The site is: https://developers.braintreepayments.com/guides/client-sdk/setup/android/v2#installation The SDK can be downloaded at: https://github.com/braintree/braintree_android Can some body give some hints on how we can wrap it up to become a library to use with B4A? Thanks. Lua KT
DonManfred Expert Licensed User Longtime User Nov 30, 2016 #2 You need to write a wrapper for it (in JAVA). Search the forum on how to create libraries with java. You need java-knowledge. Search this forum for more info or questions Upvote 0
You need to write a wrapper for it (in JAVA). Search the forum on how to create libraries with java. You need java-knowledge. Search this forum for more info or questions
K ktlua Member Licensed User Nov 30, 2016 #3 Thanks. I am still learning how to write a wrapper. May be it is easier if I switch to Android studio to code my program in Java directly. Upvote 0
Thanks. I am still learning how to write a wrapper. May be it is easier if I switch to Android studio to code my program in Java directly.
DonManfred Expert Licensed User Longtime User Nov 30, 2016 #4 ktlua said: May be it is easier if I switch to Android studio to code my program in Java directly. Click to expand... Depends on your JAVA knowledge Upvote 0
ktlua said: May be it is easier if I switch to Android studio to code my program in Java directly. Click to expand... Depends on your JAVA knowledge
K ktlua Member Licensed User Dec 1, 2016 #5 It is easier to write apps in Java then creating libraries using Java, I suppose. Upvote 0