3 search resultsShowing 1~3 results

Stocked
saitohu

@saitohu

GitHub 入門向けの自分メモ

GitHubの用語について ローカルリポジトリ: ローカルリポジトリはGitHubで共有するためのファイルを保存する場所で、自分のPC内に保存されています リモートリポジトリ: WEBサービスで...

0
0
Comment0
saitohu

@saitohu

演算子いろいろ

論理積 && x && y :左辺も右辺もtrueの場合にtrue(左辺 かつ 右辺) 論理和 || x || y :左辺か右辺のどちらかがtrueの場合にtru...

0
0
Comment0
saitohu

@saitohu

kotlin メモ

ボタンのid.setOnClickListener { //ボタンの動作 } Kotlin のコレクションは、「読み取り専用」と「書き込み可」のインターフェースが明確に分かれている。 listO...

0
0
Comment1

3 search resultsShowing 1~3 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in