1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GlideAppでCRUDのお試し

Last updated at Posted at 2020-12-23

GlideAppで簡単にアプリを作れて面白そう!と思ったので、試してみました。
都合により、RCUDの順でお届けします。

準備

  • 初めに、GlideAppのアカウントを作っておきます。
  • 次に、スプレッドシートを作ります。
    スクリーンショット 2020-12-24 0.49.03.png
  • Glideから読み込みます
    • +マークを押して、SpreadSheetから読み込み
    • Googleログイン
    • 先ほどのSpreadSheetを選択します。
      スクリーンショット 2020-12-24 0.47.24.png

Read

  • なんとすでにRead(Multiple)画面ができています(感動)
    スクリーンショット 2020-12-24 0.47.40.png
  • 行を押してみると、なんとRead(Single)もできています(感動)
    スクリーンショット 2020-12-24 0.48.17.png

Create

  • Createですが、Read(Multiple)の画面の右の方に「Add」がありますので押してみます。
  • 「Allow users to add items」があるので押してみると、、、、できました。(感動)
    スクリーンショット 2020-12-24 0.48.02.png

Update

  • Updateですが、Read(Single)の画面の右の方に「Edit」がありますので押してみます。
  • 「Allow users to edit items」があるので押してみると、、、、できました(感動)
    スクリーンショット 2020-12-24 0.48.36.png

Delete

  • 最後にDeleteです。Updateの時に押した、「Allow users to edit」のしたに、「Allow users to delete」がありますので押してみると、、、、、できました(感動)
    スクリーンショット 2020-12-24 1.00.35.png

デプロイ

  • あおい「Share」ボタンを押すだけ!(感動)
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?