6
Llama a getLayoutInflater () en lugares que no están en actividad
¿Qué se necesita importar o cómo puedo llamar al inflador Layout en lugares que no sean actividad? public static void method(Context context){ //this doesn't work the getLayoutInflater method could not be found LayoutInflater inflater = getLayoutInflater(); // this also doesn't work LayoutInflater inflater = context.getLayoutInflater(); } Puedo llamar getLayoutInflatersolo en …