I have a question about android programming in Eclipse. I have 2 activities that one is being called after an image button click, using the code:
setContentView(R.layout.activity_about);
Now, when I want to do the programming of back image button in second activity (activity_about
) I can't, because onCreate(Bundle savedInstanceState)
is not being run in my opinion. Can anyone help me, please?