-zipを解答する。
-user default gradle wrapperにチェックをいれる。
本日はIntelliJ必須です。第一回のガイダンスの内容を参考にIntellijのインストールを必ずお願いします。
dependencies {
// testCompile group: 'junit', name: 'junit', version: '4.12'
// testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
compile 'com.google.code.gson:gson:2.8.2'
}
以下本日の課題は梨です。無し(自由課題 画学期末までに挑戦しよう)
第9回課題
http://api-atcolor.cps.im.dendai.ac.jp/v1/q にGETリクエストを送ると全10問の問題が返ってくるので解いてみよう
※ postmanやinsomniaのようなREST Clientだけども解くことができてしまうので基本的に使わずにプログラムから回答してね