Hi,
I have a native java SDK without source but I want to use a couple of objects in it. I am going to use either JavaObject or Reflection.
Excuse this if this is a silly questions but how do I reference the SDK in my B4A project in order to create an object. Here are the two lines from my code:-
Dim proConnect As JavaObject
proConnect.InitializeNewInstance("com.tomtom.telematics.proconnectsdk.api.ProConnectSdk", Null)
Thanks for any help.
Regards
Lee
I have a native java SDK without source but I want to use a couple of objects in it. I am going to use either JavaObject or Reflection.
Excuse this if this is a silly questions but how do I reference the SDK in my B4A project in order to create an object. Here are the two lines from my code:-
Dim proConnect As JavaObject
proConnect.InitializeNewInstance("com.tomtom.telematics.proconnectsdk.api.ProConnectSdk", Null)
Thanks for any help.
Regards
Lee