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(); …