Android Question BCToast.b4xlib and OkHttpUtils2

bernardR

Member
Licensed User
Longtime User
Hello,
Looking at the manifest.txt of BCToast.b4xlib 1.01, I note a dependency on OkHttpUtils2.
Why is this useful?
Thanks for the explanation.
 

teddybear

Well-Known Member
Licensed User
Hello,
Looking at the manifest.txt of BCToast.b4xlib 1.01, I note a dependency on OkHttpUtils2.
Why is this useful?
Thanks for the explanation.
So that you can use img tag to get image from the internet.
 
Last edited:
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
??
BCToast (BCTextEngine uses what is marked in bold)
B4J.DependsOn=JavaObject, jBitmapCreator, jXUI, jOkHttpUtils2, B4XCollections, BCTextEngine
B4A.DependsOn=JavaObject, BitmapCreator, XUI, OkHttpUtils2, B4XCollections, BCTextEngine
B4i.DependsOn=iBitmapCreator, iXUI, iHttpUtils2, B4XCollections, BCTextEngine
BCTextEngine
B4J.DependsOn=JavaObject, jBitmapCreator, jXUI, jOkHttpUtils2, B4XCollections
B4A.DependsOn=JavaObject, BitmapCreator, XUI, OkHttpUtils2, B4XCollections
B4i.DependsOn=iBitmapCreator, iXUI, iHttpUtils2, B4XCollections
 
Upvote 0
Top