简体   繁体   English

从Windows,Android和iOS访问数据的常用方法

[英]Common way to access data from Windows, Android & iOS

We have a desktop application on Windows. 我们在Windows上有一个桌面应用程序。 We want to bring the same application to Android and iPhone. 我们希望将相同的应用程序引入Android和iPhone。
Some of data are in SQL format while other are stored in text files. 一些数据采用SQL格式,而另一些则存储在文本文件中。 We want to build a common library using which we can access the sql data and text data in Windows, Android and iOS using C/C++. 我们希望构建一个公共库,使用该库我们可以使用C / C ++在Windows,Android和iOS中访问sql数据和文本数据。 Will it work on all these platforms? 它可以在所有这些平台上运行吗?

You want to be using OData to expose these through a WCF Service. 您想使用OData通过WCF服务公开这些内容。 Then call the WCF Service from the applications from the devices to bring back the data you need. 然后从设备的应用程序中调用WCF服务,以取回您需要的数据。

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

相关问题 有没有办法在iOS / Android上访问其他应用程序数据 - Is there a way to access other apps data on iOS/Android 在Android中访问数据库的常用方法 - Common way to access database in Android 在 Android 和 session 中存储公共数据的最佳方式? - Best way to store common data in Android at session? 跨本机iOS,Android和Windows Phone应用程序的通用代码库 - Common code base across native iOS, Android and Windows Phone App 需要一种通用的方法来为Windows 8 Store,Iphone和Android编写数组 - Need a common way to write an array for Windows 8 Store, Iphone, and Android 如何使用 usb 从 windows 访问 android 应用程序数据 - How to access android app data from windows using usb 在 Android MVVM 架构上,是否有一种通用的方法可以定期从服务器同步/拉取远程存储库数据? - Is there a common way to sync/pull a remote repository data from server regularly on the Android MVVM architecture? 是否有一种通用的访问文件的方法,该方法在android和PC上均可使用? - Is there a common way to access files, that works both on android and PC? 有没有办法从android应用访问位置记录数据? - Is there a way to access location history data from an android app? Windows中的iOS,这是从Android构建多活动应用程序的最佳方法吗? - Windows in iOS, best way to build a multiple-activities app from Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM