6
Ligue para getLayoutInflater () em locais fora de atividade
O que precisa ser importado ou como posso chamar o inflator de Layout em outros locais que não a atividade? 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(); } Só …