将 Android 应用程序连接到 PC
我想创建将我的 Android 手机同步到 Windows 上的 Outlook 的应用程序,
我可以在 PC 中运行的应用程序中获取数据,但我需要在手机中使用它,
这是更好的方法吗?
创建在电脑上运行并在手机和电脑之间充当广告桥的客户端?如果是的话,请解释如何进行 socjey 连接?
我正在使用 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?
create client that run on pc and behave ad bridge between phone and pc? if tes then please explain how , is socjey connection possible?
i am usin moyasoft api for pc, so is that direcly possible through android phone?
i want to connect through cable
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在使用互联网连接的 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.