How to Parse XML file Using Dom Parsing?
问题 My Problem is I am Using Dom Parsing to parse below xml file but this give me error of NullPointerException. Any Help Would be Appreciated. MainActivity.java public class MainActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ScrollView mScrView1 = new ScrollView(this); /** Create a new layout to display the view */ LinearLayout layout = new LinearLayout(this); layout.setOrientation(1); /** Create a new textview array to