6
Etkinlik olmayan yerlerde getLayoutInflater () çağrısı
İçe aktarılması gereken şey nedir veya Etkinlik dışındaki yerlerde Düzen şişiricisini nasıl çağırabilirim? 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(); } getLayoutInflaterSadece faaliyette arayabiliyorum , bu bir kısıtlama mı? …