Stay organized with collections
Save and categorize content based on your preferences.
LayoutInflater.Factory2
public
static
interface
LayoutInflater.Factory2
implements
LayoutInflater.Factory
android.view.LayoutInflater.Factory2
|
Known indirect subclasses
|
Summary
Public methods
onCreateView
public abstract View onCreateView (View parent,
String name,
Context context,
AttributeSet attrs)
Version of LayoutInflater.Factory.onCreateView(java.lang.String, android.content.Context, android.util.AttributeSet)
that also supplies the parent that the view created view will be
placed in.
Parameters |
parent |
View : The parent that the created view will be placed
in; note that this may be null. |
name |
String : Tag name to be inflated.
This value cannot be null . |
context |
Context : The context the view is being created in.
This value cannot be null . |
attrs |
AttributeSet : Inflation attributes as specified in XML file.
This value cannot be null . |
Returns |
View |
View Newly created view. Return null for the default
behavior. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]