将 Android 应用程序连接到 PC

发布于 2024-10-31 06:56:30 字数 346 浏览 1 评论 0原文

我想创建将我的 Android 手机同步到 Windows 上的 Outlook 的应用程序,

我可以在 PC 中运行的应用程序中获取数据,但我需要在手机中使用它,

这是更好的方法吗?

  1. 创建在电脑上运行并在手机和电脑之间充当广告桥的客户端?如果是的话,请解释如何进行 socjey 连接?

  2. 我正在使用 PC 版 moyasoft api,那么这可以直接通过 Android 手机实现吗?

我想通过电缆连接

i want to crate application that sync my android phone to outlook on windows

i can fetch data in application running in pc but i need it in phone

which is better way?

  1. create client that run on pc and behave ad bridge between phone and pc? if tes then please explain how , is socjey connection possible?

  2. i am usin moyasoft api for pc, so is that direcly possible through android phone?

i want to connect through cable

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

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

发布评论

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

评论(1

撑一把青伞 2024-11-07 06:56:30

在使用互联网连接的 PC 上创建一个简单的客户端应用程序,并使用该互联网连接将 PC 数据发布到服务器上(如果它主要是文本形式),然后您可以通过调用您创建的 Web 服务来检索手机中的数据。

我在 Windows Phone 中做了同样的事情,但对于纯文本数据,如电子邮件、短信联系人等。

希望这能在一定程度上有所帮助。

Create a simple client application on PC that uses Internet connection and using that internet connection post the PC data on server if it is mostly of text form and then u can retrieve your data in phone by calling a web service created by you.

I have done the same thing in Windows Phone but for text only data like emails , sms contacts etc.

hope this helps up to some extent.

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