https

  1. H

    Android Tutorial Understanding Network security configuration

    Every developer must understand this article if developing any kind of network communication app. Android os recent versions put end apps users privacy at the heart of its platform, the network communication between apps MUST BE secure by default, meaning connection must be to HTTPS not HTTP ...
  2. J

    Android Question HTTPS Download Progress bar does not work etc

    I am trying to use Erel's code from https://www.b4x.com/android/forum/threads/solved-download-files-from-server-with-progress.126797/#post-793290 post #12 in my simple B4XPages example project. The download Progress Bar & Label showing the downloaded size out of the size amount in my project do...
  3. J

    Android Question Download Progress for HTTPS

    I tried to get progress displaying on a HTTPS download using the thread at https://www.b4x.com/android/forum/threads/how-to-show-progress-on-https-download.138174 That thread's coding seemed very convoluted to me and Erel advised me to convert the app to B4XPages. I did that and had problems...
  4. J

    Android Question Go to a Web Site

    Is there a way in B4A for the user to be taken to a web site address (e.g. https://jessicaroseartist.co.uk/ in their Internet Browser (e.g. Chrome)? I feel that the answer should be obvious. I've seen code for downloading files from a web site, but what I want should be much simpler than that...
  5. J

    Android Question B4XPages project hangs on download of 2MB file

    I'm using 'Wait For' in a B4XPages project calling the OkhttpUtils2 library to download a 2MB file. I've attached a zip file of the project. The relevant code in B4XHTTPSPage (as B4XMainPage is just code for a button to show B4XHTTPSPage) is: Sub Class_Globals Private Root As B4XView 'ignore...
  6. D

    Android Question break jobdone

    Hello, everyone I want to know if there is a way to break jobdone from another function. At my jobdone the waiting panel is called (just download process) and there is a button when I click on which I need to stop executing jobdone, can this be done?) I use HttpJob I hope I made myself clear...
  7. carlos7000

    Android Question Autenticacion Https API [solved]

    Hi. I am trying to create a simple application that allows me to interact with Poloniex Https server. To do this I must use your Api. Try to run the returnBalances command, to know my balances. The code I used was this: Private Sub returnBalances Dim command As String command =...
  8. MarkusR

    B4J Question [solved] B4J Server at Home with SSL (Jetty)

    hello, i have a problem to get data if me used a http(s) server. it not response if me test local at same pc or from web. if me use port 80 with without ssl config it works fine local and extern. in firefox i got a message selfsigned cert if not ok but i clicked ok for allow then nothing...
  9. Lucas Eduardo

    Android Question Exoplayer HTTPS

    How can i play https video in exoplayer? Because when i try to play in VLC PC, for example, It ask me to accept the certificate. Is there a way to do this in exoplayer? I get the following error Error: com.google.android.exoplayer2.upstream.HttpDataSource$HttpDataSourceException: Unable to...
Top