What does LayoutInflater in Android do? Technology Community › Category: Android › What does LayoutInflater in Android do? 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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.