简体   繁体   English

在Android和Windows之间同步文件的最佳方法

[英]Best way to synchronize files between android and windows

i have a C# pogram to execute Checklists on Windows. 我有一个C#图表可以在Windows上执行清单。 Now i'm working on an Android App to execute this checklists too. 现在,我正在使用Android应用程序来执行此清单。

Now i need a service or something else to synchronize the checklists between the windows program ad the Android app. 现在,我需要一项服务或其他服务来在Windows程序和Android应用之间同步清单。

Maybe i write a WebService für the App but i found nothing about hosting a Java-WebServices on Android (for the local network). 也许我为该应用程序编写了WebService,但没有发现有关在Android(用于本地网络)上托管Java-WebServices的任何信息。 Because the Android device and the PC are always in the same network. 因为Android设备和PC始终在同一网络中。

Maybe someone of you have a good idea. 也许你们当中有人有个好主意。

You have to use WebServices for communication between an Android with C#. 您必须使用WebServices在具有C#的Android之间进行通信。 Now it's up to you which services is usable or more helpful for you. 现在由您决定哪些服务可用或对您有帮助。 RESTful or SOAP? RESTful还是SOAP? And for testing your service you can simply use IIS or a google chrome extension SIMPLE REST CLINET 为了测试您的服务,您可以简单地使用IIS或google chrome扩展SIMPLE REST CLINET

for WCF-Services you can follow this link . 对于WCF-Services您可以点击此链接 and for more details you can also read this tread . 而更多的细节,你也可以阅读胎面 this is related with your work. 这与你的工作有关。

This tutorial will also very helpful :). 教程也将非常有帮助:)。

Thank 谢谢

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

相关问题 在企业和数据库之间同步日期时间的最佳方法 - best way to synchronize date time between business and database 将多个Excel文件同步到MS Access表的最佳方法 - Best Way to Synchronize Multiple Excel Files to MS Access Table 在Visual Studio项目之间同步文件 - Synchronize files between visual studio projects Unix主机和Windows客户端之间进行通信的最佳方法是哪种? - Which is the best way to communicate between a Unix Host and a Windows Client? Powershell脚本与Windows服务之间进行通信的最佳方式是什么? - What is the best way for communication between Powershell script and Windows service? 聚合来自多个远程Windows服务器的日志文件的最佳方法 - Best Way to Aggregate Log Files from Multiple Remote Windows Servers 在Windows Phone 8中同时播放两个音频文件的最佳方法 - Best way to play two audio files simultaneously in Windows Phone 8 将文件从iOS应用程序上传到Windows Server的最佳方法? - Best way to upload files from iOS app to Windows Server? 在两个类文件之间共享函数的最佳方法 - Best way to share a function between two class files 将XmlWriter访问同步到文件以防止IOExceptions的最佳方法是什么? - What's the best way to synchronize XmlWriter access to a file to prevent IOExceptions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM