Skip to content

ご意見フォームを作成する #257

Description

@mori-atsushi

Top画面の一番下に追加
ルーム情報タブの違反報告を参考に
UserReportRepositoryのsendUserReportを呼び出すと、

  • TopActivity(トップ画面)の一番下に「ご意見・お問い合わせ」というボタンを作成する
  • ContactActivity(ご意見・お問い合わせ画面)を作成する。
    • ヒント:UserReportActivityを参考にする
  • TopActivityからContactActivityに遷移できるようにする
    • ヒント:com.cyder.android.syncpod.view.helper.Navigator
  • ご意見を送れるようにする
    • ヒント:com.cyder.android.syncpod.repository.UserReportRepository
  • ご意見が送信されたら元の画面に戻るようにする
  • フォームが空のまま送信ボタンが押されたらエラーを表示するようにする
    • ヒント:com.cyder.android.syncpod.view.helper.Activity.setUpSnackbar()
  • ご意見にAndroidバージョン等を含ませる

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions