Android Question Where can we find the Net - v1.77 Library?

Jehoschua

Member
Licensed User
Good morning

Unfortunately, in the B4x documentation https://www.b4x.com/android/documentation.html
looks like the Net - v1.77 Library is part of the default libraries.

But because the B4A IDE Library Manager does not know anything about the Net - v1.77 Library, I guess we have to google for it.

» it would be very useful if the Library-Documentation would offer a link to the binaries at the beginning of the documentation.

I've found this Post:
https://www.b4x.com/android/forum/threads/new-net-library-android-ftp-smtp-and-pop3.10892/

Unfortunately:
  1. The post talks about Net V1.75 as the last release - where is the 1.77?
  2. The attached zip file has no version information in its name :-(

Where can we find the Net V1.77 Library?
Thanks a lot for any help.


Once more, platforms like gitlab / guthub would automatically offer that information and frees the developers for the really important things :)

Kind regards,
Thomas
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Once more, platforms like gitlab / guthub would automatically offer that information and frees the developers for the really important things
Please see the forum guidelines. You can make a feature request. However you aren't allowed to repeat it multiple times.
https://www.b4x.com/android/forum/threads/forum-guidelines.55632/
Future posts will be deleted.

The Net library is not an internal library. You did well by searching for Net and found the relevant thread: https://www.b4x.com/android/forum/pages/results/?query=Net+&prefix=1,2,3,17,24,29

The latest version of B4A Net library is v1.75. The documentation page version was incorrect.
The latest version of B4J jNet library is v1.77. jNet and Net library are actually the exact same library.
jNet is an internal B4J library.
The change between the versions is very minor. However to avoid confusion I will release Net v1.77.
 
Upvote 0
Top