LoginSignup
0
0

More than 5 years have passed since last update.

Kotlin&ankoでDBアクセス

Last updated at Posted at 2018-12-17

KotlinとankoでDB更新を行ったときの備忘録

社員ごとに日報を入力する

作成したファイル
NippoListDataParser(1件分のデータをNippoListDataに格納する)
NippoDatabaseOpenHelper.kt(テーブル)
NippoNyuryoku.kt
NippoData.kt(
NippoListData.kt(一覧格納用)

呼び出し順序
DB登録
NippoNyuryoku

NippoDatabaseOpenHelper(インスタンス作成、DB登録)

一覧表示
Nippoichiran

NippoDatabaseOpenHelper(インスタンス作成、SQL実行後結果取得)

NippoListAdapter(SQL実行結果出力、R.layout.nippoichiran_cellに結果セット)

activiti_nippoichiran.xml(一覧表示)

0
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
0
0