setcontent view not working
问题 button.setOnClickListener(new View.OnClickListener(){ public void onClick(View v){ setContentView(R.layout.activity_chart); } }); Hi i have the above code wherein upon clicking a button i am trying to display them activity activity_chart. In that activity i want to display a graph. Here i am calling a method createIntent(). But my problem is that the graph is not getting plotted. Please help i am new to android. protected void onCreate(Bundle savedInstanceState) { super.onCreate