2
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 5 years have passed since last update.

[備忘録]自作コードトレース履歴 クラス~メソッド

Posted at

TextView

画面にテキストを表示するためのクラス(ウィジェット)
※ウィジェットとは機能のような意味合い

SimpleDateFormat

日付のフォーマットを指定可能なクラス
今回の使用形式は"kk:mm:ss"→時:分:秒

Timer

バックグラウンドでタスクをスケジュールするクラス

TimerTask

Timerによる繰り返しを実行するようにスケジュールするタスクの機能をもつクラス

DBManager

データベースの接続、使用を出来るようにするクラス

ArrayList

Listを実装したクラス
大きさが決まっておらず、必要な分だけデータを格納することが出来る

setContentView

アクティビティ上にViewを表示するメソッド
今回の使い方は、画面の初期表示の状態をこのメソッドを使用して指定している。
2
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
2
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?