使用SAP云平台Android SDK创建Mobile应用
既然是安卓开发,首先我们要下载Android Studio. 接着是从SAP官网下载SAP Cloud Platform的Android开发SDK: https://developers.sap.com/trials-downloads.html https://developers.sap.com/topics/cloud-platform-sdk-for-android.html Android SDK安装完毕后,使用项目创建向导新建一个项目: 使用SAP Cloud Platform mobile service上已经创建好的应用:com.sap.wizapp: 这个com.sap.wizapp的配置在SAP Cloud Platform的mobile services页面里打开如下: com.sap.edm.sampleservice.v2这个Destination提供了测试数据,包含product categories, product, supplier, customer和sales order等等。 完成项目创建向导。 SAP Cloud Platform Androi...