简体   繁体   English

通过网络在android应用程序和WPF桌面应用程序之间传输数据的最佳方法是什么

[英]what is the best way to transfer data between android application and WPF desktop application over network

我正在由两部分组成的系统上工作。第一部分是android应用程序(客户端应用程序)捕获图像并发送到WPF应用程序。第二部分是接收该图像的WPF应用程序(服务器应用程序),对其进行某种处理并发送回有关图像的信息,那么使它像server(WPF)/ client(android)一样工作的最佳方法是什么?

Using HTTP, preferably implementing as REST service, is the way to go. 最好使用HTTP,最好实现为REST服务。 WPF/WCF and Android have libraries you can use to implement this. WPF / WCF和Android具有可用于实现此功能的库。 For Android, take a look at [Android's HTTP clients][ http://android-developers.blogspot.com/2011/09/androids-http-clients.html ) blog post. 对于Android,请查看[Android的HTTP客户端] [ http://android-developers.blogspot.com/2011/09/androids-http-clients.html )博客文章。

谢谢,我对此进行了搜索,并在其中找到了这个Eneter框架和此示例Android:如何通过TCP与.NET应用程序进行通信

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使 WPF 桌面应用程序可通过网络访问 - How to make a WPF Desktop application accessible over a network 监视桌面应用程序的最佳方法是什么? - What's the best way to watchdog a desktop application? 有没有更简单的方法在android应用程序和服务器数据库之间传输数据? - Is there a simpler way to transfer data between an android application and a server database? Unity3D-在移动应用程序和桌面应用程序之间传输数据 - Unity3D - Transfer Data between a Mobile and a Desktop Application 是否可以在 windows forms 应用程序和 xamrin android 应用程序之间传输数据? - Is is possible to transfer data between a windows forms application and a xamrin android application? 数据库桌面应用程序权限管理的最佳方法是什么? - What is the Best way for database desktop application permission managing? 在桌面和Web应用程序之间交换数据的最佳实践 - Best Practices for Exchanging data between Desktop and Web Application .NET - 在桌面应用程序中存储加密离线数据的最佳方式 - .NET - Best way to store encrypted offline data in Desktop Application 有没有办法我可以一直在桌面上绘制透明的 WPF 应用程序? - Is there a way i can draw a transparent WPF application over the desktop at all times? 在 WPF 桌面应用程序中从数据库中检索数据 - Retrieving data from database in WPF Desktop application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM