10 search resultsShowing 1~10 results

Stocked
sampei_yuya

@sampei_yuya

kotlin

Kotlin Collection & Repository 基礎まとめ 前提データ data class User( val id: String, val name: String,...

0
0
Comment0
sampei_yuya

@sampei_yuya

usecase

API通信処理変更点 このドキュメントは、現在の実装(ViewModel中心)から UseCase 導入後の設計へ移行する際の変更点を整理したものです。 全体方針の変更 Before ViewM...

0
0
Comment0
sampei_yuya

@sampei_yuya

API

age = response?.age ?: 0 ) } } } ここが一番大事 Repository → nullable UiState → nullなし ⑨ UI(何も考えず描画できる)...

0
0
Comment0
sampei_yuya

@sampei_yuya

IOS調査

iOS(Swift)コードから API 通信処理を効率的に特定する方法まとめ (Qiita記法 = Markdown形式で最適化済み) ※Android エンジニアが iOS 実装を読み取って、...

0
0
Comment0
sampei_yuya

@sampei_yuya

Linuxの基本コマンドの備忘録

stat ファイル名 ファイル名のアクセス時間などを表示 touch -a ファイル名 ファイルのアクセス時間を変更できる ls -1 ファイルの一覧を表示できる ls -tl 作成時間の昇順で...

0
0
Comment0

10 search resultsShowing 1~10 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