将数据从线程发送到活动

发布于 2024-11-05 15:13:34 字数 218 浏览 0 评论 0原文

我正在创建一个应用程序,它是一种客户端多线程服务器。

我面临的问题是下一个:

服务器是多线程的,这意味着它在线程中接收来自客户端的数据(一个单独的类,不是活动的内部类),我想发送该数据数据到扩展活动的类!

这可能吗?如果是的话,怎么办?

感谢你!

更新:我的线程是一个工作线程,它实现了 Runnable,并且数据需要发送到扩展活动的不同类!

I'm creating an app that is a sort of client- multithreaded server.

The problem that I'm facing with is the next one:

The server is multithreaded and that means that it receives the data from the clients in a thread(a separate class which is not a inner class for an activity) and I wanna send that data to a class that extends activity!!!

Is that possible?And if yes,how??

Thank u!

UPDATE:My thread is a Worker thread it implements Runnable and the data needs to ne send to a different class that extends activity!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福丶如此 2024-11-12 15:13:34

是的,您可以使用 Handler。
这篇
文章可能会有所帮助。

Yes, you can send a Message from the thread back to the Activity using a Handler.
This article may be helpful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文