What does need to be imported or how can I call the Layout inflater in places other than activity?
public static void method(Context context){ //this doe
LayoutInflater.from(context).inflate(R.layout.row_payment_gateway_item, null);