簡體   English   中英

我如何將這種Azure配置的子域獲取到我的android應用程序

[英]How do i get my subdomain for this azure configuration to my android application

這是天窗配置的基本代碼

 package com.msdpe.mymobileservice;

 public class Constants {
 public static final String kGetTodosUrl = "https://yoursubdomain.azure-   mobile.net/tables/TodoItem?$filter=(complete%20eq%20false)";
public static final String kAddTodoUrl =  "https://yoursubdomain.azure-mobile.net/tables/TodoItem";
public static final String kUpdateTodoUrl = "https://yoursubdomain.azure-         mobile.net/tables/TodoItem/";
public static final String kMobileServiceAppId =  "myappkey";

}

我可以在天藍色的窗口中從移動服務中獲取我的appkey。 根據教程,他們要求我替換3 URL,但是我如何獲得我的子域?

子域是您創建的移動服務的名稱。 您還可以通過在Windows Azure門戶中轉到移動服務的儀表板並在右側查看,來查看移動服務的完整URL。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM