Android Question Creating my own SDK

EduardoElias

Well-Known Member
Licensed User
Longtime User
Looking for suggestions...

I need to create a kind of SDK that will be installed on Android POS. Other apps will use this SDK to access services that will be mostly hosted on server side.

Some services will bring up a screen to get user information, store it standardized and give it back to the caller app.

This way the apps installed on this specific POS will do their work but at some key services will be all using the same SDK and getting the same results.

I was thinking on Intents, and my "sdk" will be installed as a service. Is there better ways to do that?
 
Top