Android Question How do I reference an java SDK so that I can use either JavaObject or Reflection?

lentunti

Member
Licensed User
Longtime User
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
 
Top