get

  1. Rosin

    Android Question Http problem in 5g situation

    Hey guys,here i am using the httpjob to get the cookie from my school's websit,but i have noticed that when i am using wifi,i send the get request,and it respond very quickly...but when i am using my 5g network instead of wifi...it will wait...wait until 30s(the timeout) though it maybe have...
  2. a.consorti

    B4J Question wait for and api response

    Hi guys! How are you, I state that I'm new to B4J and, despite my many attempts and various readings, I can't do something that should be simple. In practice I have created a web portal in B4J and I manage the various pages through the handlers. So far, so good. The problem arises when I...
  3. MARCO C.

    B4J Question CustomListView1 - lettura contenuto TextField1

    Buonasera, in riferimento ad un progetto esempio sul CustomListView1 che ho recuperato in un post, vorrei sapere come prendere i valori inseriti nei vari campi TextField1, per esempio, tramite un ciclo FOR , in un vettore o list valore(1) = "Text 10" valore(2) = "Text 20" valore(3) = "Text 30"...
  4. M

    iOS Question Get list of connected bluetooth devices

    Hi everyone, I'm just sketching ideas for an app, and before I start doing practical things I want to be sure that what I'm thinking is possibile to do. The question is: It's possibile to retrive a list of the currently connected bluetooth devices to my phone? Example: My iPhone can be...
  5. CrunkFX

    Android Question Retrieve simple value from web Server

    Hey there, I'm struggeling with a very, kinda too simple Task. How should i retrieve a value from an external source? I have a Button whitch needs to be clicked in Order for the value to bei shown. The value is a simple String. Should i Just Put that String in a static html file hosted in a...
  6. M

    Android Question Save Map with custom Type to file

    Hello everyone. I've a Map, that will be saved using File.WriteMap Dim m1 As Map = CreateMap("Version": AppVersion, _ "Thing1": -1, _ "Thing2": "", _ "Thing3": "", _...
  7. AkuryuBR

    Android Question Error in private page with OkHttpUtils2

    Hi to all, i have made a App based on httpUtils, i pick my entry with php page and mysql_maria db, all work fine, now i decie to use private page with .htpasswd ah .htaccess and here come the problem. If i use this type of link http(s)/username:[email protected] in the browser (i have...
  8. DactilPlus

    iOS Question Detect the change in the general volume or at least be able to know it

    I need to be able to detect the event of raising or lowering the general volume of the music or at least be able to know the current volume. I tried some example that we have in the forum, but nothing works for me, it gives me volume 0. Can someone help me how to get it?
  9. G

    Android Question Error occurs only in Release mode

    If I compile the following code in Debug mode, this executes fine. If I compile it as Release, I get the following error: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference If...
  10. A

    B4J Question About properties get & set.

    Hi to everyone. I have a class with two private strings declared in Class_Globals. Private ExportFolder As String Private FtpExportFolder As String Now I want to declare setters for those properties. This is what I do: public Sub setExportFolder(Value As String) ExportFolder = Value End Sub...
  11. Spyrex

    Android Question How to get an element of the actual opend website in webview?

    How can I check if an element in the actual opend website in webview exists or not ? Thank you for every answer :)
Top