在编程过程中,遇到了一个问题,一直报:
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.NumberPicker.setMaxValue(int)' on a null object reference
让我头痛。
经过网上查询:
对于非绑定的布局,是不能用findViewById的。
LayoutInflater factory = LayoutInflater.from(当前类.this);