api

  1. L

    google domain verification questions

    Hi, I'm about to publish my first app that needs to use an API from google, so, as I've understood, I have to verify my domain to lift some API restrictions... right? I've never had a domain or a website. Also, I've read that, after the registration, Google will evaluate the domain in order to...
  2. jroriz

    B4J Question [SOLVED] Tesseract API - a $120 opotunity

    Hi. I have a budget of $ 120.00 for the first that can translate this http://tess4j.sourceforge.net/docs/docs-0.4/net/sourceforge/tess4j/Tesseract.html into a B4J (for windows) function like OCR(img as b4xbitmap) as string ' returns the text inside img I know it can be done with JNA, but i...
  3. FrostCodes

    B4J Library Cuppify - build Modern REST API's with ease

    A Professional B4J framework that allows you to build Modern REST API's with ease. You can download: HERE You can download JsonGenerator2 from here It is with the source code. You can upload your fixes or extra extensions to it and share and it would be merged if useful to the official...
  4. Multiverse app

    Wish SMS Retriever API

    Google is removing apps with SMS and CALL_LOG permissions In a recent email, they said: Can this be wrapped for B4A?
  5. 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 \...
  6. Pedro Caldeira

    B4J Question Google maps API Key

    Hello All, Two questions. first, where do we enter the Google maps API Key in B4J code ? Second, is the API key paid for ? Regards
  7. A

    Android Question Problem with Api rest, Json, Put.

    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"...
  8. J

    Android Question Activity.Finish: What does it mean?

    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...
  9. G

    Android Question Exception using JavaObject and AdditionalJar SDK

    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...
  10. C

    Italian Da PHP a B4J

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