Wish Network class

Markos

Active Member
Licensed User
Longtime User
Hi Arel

I would like to make some minor enhancements to the Network library such as adding a tag property. I know in the past you did not deem it of value to include in future releases so I would like to do it for my needs. As such can you share the Network/iNet class for both Android and iOS respectively so I may compile the customised libraries for my needs.

I hope this is a fair request.

Thanx in advance

Mark
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is a mistake to create your own version of these libraries just for a tag property. Use a Map to map between the object and any other value your like, or better implement it in a class and then each instance will include any information you like.

I'm sorry but the source of these libraries will not be published for now.
 
Top