Hi, I have a strange error when I try to feed the table, I simply get data from an API and insert it in a table but it returns an error that I have no idea what it means, since I do not use SQLite.
Error occurred on line: 601 (B4XTable)
android.database.sqlite.SQLiteException: near ")": syntax...
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 \...
I am using the ZXing library to scan a barcode which returns in the zx1_scan_result () routine. I currently call a subroutine in my activity that displays the scan result in a text field. However, what I need to accomplish is to take the scantext value, launch an httpjob to do an SQL query and...
How can I get the headers from the response in a non-ui application ?
I recall that Erel provided a code to replace in the Httputils source to expose the headers, but how can i do it in non UI app ?
code provided by Erel
Sub hc_ResponseSuccess (Response As HttpResponse, TaskId As Int)
Dim...
I am trying to send a string with a post method and some headers.
Non Ui application
code below
Dim ListaBill As List
ListaBill.Initialize
ListaBill.Add("<?xml version='1.0'?>")
ListaBill.Add("<methodCall>")
ListaBill.Add("<methodName>RequestServer.RequestBill</methodName>")...
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.