Android Question How to create an Intent Service?

EduardoElias

Well-Known Member
Licensed User
Longtime User
HI there !

Found many posts on how to call intents.

I want to create a intent service, I need to create a apk to work as a service provider for my app. There are some situations I have to call specific hardware using java libraries and I dont want to have a lot of things bloating my app, so I would call a service provider and I believe intent could be an option (?)

How can do that, or lead me to a tutorial I could not find... Thanks
 
Top