如何基于现有的SharePoint 服务器使用xamarin 开发android 应用程序?

How to develop an android app using xamarin based on existing SharePoint server?

我目前被分配一项任务,要求我基于现有的 SharePoint 服务器构建移动 app/client。到目前为止,我的想法是在 Visual Studio 上使用 Xamarin 构建应用程序,稍后我可能会将其与 SharePoint 连接。

任何人都可以向我解释这样做的步骤吗?

或者如果有人对不使用 xamarin 开发 SharePoint 移动应用程序有更好的想法?

据我对 Sharepoint 的了解,您需要构建的应用程序连接到 SQL 服务器才能使用 Sharepoint 服务器上的数据吗?

要开发您的移动应用程序,您需要使用 SharePoint 的 REST API,或者您可以使用 CSOM(客户端 SharePoint 对象模型)。

看看这个 link 解释如何用休息 api : Build mobile apps for other platforms using SharePoint 2013