Android Question Skobbler maps

collbarr

Member
Licensed User
Longtime User
I have been asked to use Skobbler maps for a project.
I have downloaded the apk and the demo and I am not sure what is the best way - do I attempt to make it into a B4A library or can I use the reflections library?
Any help or guidance would be appreciated
 

Troberg

Well-Known Member
Licensed User
Longtime User
Without knowing anything about the specifics of this SDK, I'd say that you do not want to use reflection all the time. It makes for messy code.

My first instinct would be to wrap it in a library, so you get a nice API to work against. This library could then, internally, use reflection if needed, but this level of complexity would be hidden when you use the library.
 
Upvote 0
Top