What is the use of LayoutInflater in Android?
LayoutInflater
The LayoutInflater class is used to instantiate the contents of layout XML files into their corresponding View objects.
In other words, it takes an XML file as input and builds the View objects from it.
2.1m questions
2.1m answers
60 comments
57.0k users