ぜのぜ

しりとりしようぜのぜのぜのぜ

201日目

日記

英語のこういう構造嫌い.

So far, the apps you've worked on have had only one activity.

今日書いたコード

day 201 · Gurrium/android-basics-in-kotlin@1afb146 · GitHub

感想

intentは実行されるアクションを表すオブジェクトで,implicitとexplicitの2種類ある.explicit intentは起動するアクティビティ(とは?)がわかっているもの.implicit intentはもう少し抽象的で,開発者がシステムにアクションの種類を伝え,システムが具体的な動作を決めるもの.

画面遷移はexplicitで,シェアシートはimplicitらしい.*1 https://developer.android.com/codelabs/basic-android-kotlin-training-activities-intents/img/702236c6e2276f91.png