如何在android中启动后创建并启动自定义服务?
我有完整的android源代码(2.1)。 我有几个疑问。
- 我想在 android 中创建一个自定义本机服务。我想知道我该怎么做。比如我应该在哪里包含我的源文件等。
- 我想知道如何在我的设备启动时启动这个本机服务。
- 我如何编写一个java应用程序来从这个本机服务获取数据?
请帮我一些指点。
谢谢,
森
I have the full android source code (2.1).
I have a couple of queries.
- I want to create a custom native service in android. I would like to know how i can do that. Things like where i should include my source files, etc.
- I would like to know how i can start this native service when my device boots up.
- How can i write a java application to get the data from this native service?
Please help me with some pointers.
Thanks,
Sen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道本机源,但是如果您尝试仅安装具有所需服务的应用程序怎么办?在启动时启动它所需的一切,如文章。
I don't know about the native sources, but what if you try to just install an application with the required service. All you need to start it up at boot time, as shown in the article.