最終更新:2016-01-21 (木) 23:37:45 (3017d)  

android.view.LayoutInflater
Top / android.view.LayoutInflater

Instantiates a layout XML file into its corresponding View objects. It is never used directly. Instead, use getLayoutInflater?() or getSystemService(Class) to retrieve a standard LayoutInflater instance that is already hooked up to the current context and correctly configured for the device you are running on.

関連