Android
Androidの描画処理(Activity.setContentView())続き

前回途中まで確認したsetContentView()の動作の続きです。 前回最後に確認したメソッドはLayoutInflaterのinflate()で処理としては下記です。 public View inflate(Xml […]

続きを読む