Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Kaito-Dogi/android-mvp-sample

Repository files navigation

android-sample-mvp

役割

  • Fragment(View)
    • 状態の表示
    • ユーザー操作やライフサイクルイベントを Presenter に通知
    • Contract.View の実装
  • Presenter
    • ビジネスロジックの提供
    • View の表示状態の変更
    • Contract.Presenter の実装
  • Contract
    • View: Presenter が View の表示状態を変更するための Interface
    • Presenter: View が Presenter にユーザー操作やライフサイクルイベントを通知するための Interface

画面

初期状態 カウント時 エラー時
mvp_count_init mvp_count_incr mvp_count_error

参考

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages