6
Wywołanie metody getLayoutInflater () w miejscach, w których nie ma aktywności
Co trzeba zaimportować lub jak mogę nazwać inflator układu w miejscach innych niż aktywność? 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(); } Mogę dzwonić getLayoutInflatertylko w działaniu, czy to …