http

  1. trejocode

    Android Question [CLOSE]B4XTable ERROR when SetData

    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...
  2. Multiverse app

    Android Question PostString Coinbase API error

    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 \...
  3. C

    Android Question wait for Jobdone synchronous

    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...
  4. Pedro Caldeira

    B4J Question HTTP response Headers in Non Ui applications

    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...
  5. Pedro Caldeira

    B4J Question Http poststring with headers

    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>")...
Top