I've been trying to integrate the Coinbase API in my app for some time now.
I was able to login and get access key with OAuth using webview.
I am only having problems Sending money doc:
curl https://api.coinbase.com/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions /
-X POST \...
Hello,
I have a problem I need to send a json with the put method to an api. The json is:
{
"person" : {
"User" : "Rodrigo",
"Pass" : "xx123"
},
"answers" : [
{
"NmbItem" : "Item 1",
"DscItem" : "Descripción del item 1",
"QtyItem"...
Good evening
unfortunately, the Docs https://www.b4x.com/android/help/views.html#activity_finish
for Activity.Finish is very sparse:
Therefore my question to understand and prevent Bugs in my App:
Does Activity.Finish just cleans up internal B4A resources
or does it handle e.g. necessary...
Hello, I'be been trying to use the JavaObject to access a Java API for a rfid reader sdk.
The fist code I tried is below :
#Region Project Attributes
#ApplicationLabel: Test RFID
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or...
Devo utilizzare delle API ma qualcosa non funziona. Come tradurreste questo esempio PHP in B4J:
<?
$apiKey="a869b1547c56c5ce37ee9acfd92de8b8c8ca7df6";
$apiSecret="732a65b7abed7991d7229188d7b97a8c54d3149f";
$url="https://api.therocktrading.com/v1/balances";
$nonce=microtime(true)*10000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.