6
Телефонуйте, щоб отримати getLayoutInflater () у місцях, які не є активними
Що потрібно імпортувати чи як я можу назвати надувний макет у інших місцях, крім активності? 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(); } Я можу дзвонити getLayoutInflaterлише за активністю, …