顯示具有 RESTful 標籤的文章。 顯示所有文章
顯示具有 RESTful 標籤的文章。 顯示所有文章

2018年9月16日 星期日

[Android] Stored your customized data object in Spinner with Kotlin

If you want to make the list of your customized data objects be stored in Spinner. Try this...
Step:
      1. write your own data class
      2. override the toString() method of your data class
      3. add it to mutable list
      4. write on onItemSelected listener
      5. get selected item, and retrieval the object of your data class

2016年5月21日 星期六

RESTful services for windows iot core

要在Visual Studio 2015上開發Respberry Pi 2 App有一個很重要的必要條件

就是OS必需要是Windows 10

先從RESTful service講起,

目前的windows iot core最新版本是10.0.10586

App的版本和windows iot core的版本要配合,如果要安裝新版的app,

記得要更新windows iot core版本至最新的版本

一直到目前為止,也還沒有釋出官方的RESTful service,

只有在一些文件中,有提到未來會在WCF中加入

然而,目前還沒有,所以找了一個github上的專案來替代,叫restup