Android Question HttpClient object type

Cesaral

Member
I am testing the FindMe demo App shown here:

https://www.b4x.com/android/forum/t...web-page-into-a-text-variable.8024/#post45261

B4A complains about the type HttpClient

1671637259585.png


I have selected the libraries OkHttp and OkHttpUtils2 after my search at the forum, but I get the same error

1671637282021.png


What library supports the HttpClient and where can I find it?

This sort of problem has happened to me many times with other object types. It would be great to have a fast way to know if a specific object type is in a specific library of B4A.
 

drgottjr

Expert
Licensed User
Longtime User
its okhttpclient, not httpclient, ok?
 
Upvote 0
Top