Hi, I hope this is the right channel to ask this:
I am building a sdk for use by our customers. They will embed the sdk in their apps. The sdk takes a picture and then sends to our backend for analysis and returns a result.
My questions are:
1. best way to hand control to the sdk. I am currently having the host app start an activity. Other options are StartActivityForResult and the new version of it. Another is a global singleton object initialised by the host and methods called on it.
2. how to distribute the sdk without supplying source code?