Skip to content

Instantly share code, notes, and snippets.

@juyeong
Created December 14, 2018 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juyeong/d2bc837d6536fddc42a80354bcb62eea to your computer and use it in GitHub Desktop.
Save juyeong/d2bc837d6536fddc42a80354bcb62eea to your computer and use it in GitHub Desktop.
LayoutInflater
val inflater: LayoutInflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE)
val view: View = inflater.inflate(R.layout.my_layout, parent, false)
val inflater: LayoutInflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE)
val view: View = inflater.inflate(R.layout.my_layout, parent, false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment