I have 2 activity.
1.activity layout-> one.xml
2.activity layout-> two.xml
There is a button in one.xml
I want to add set on click function in 2.activity
But it gives error
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.ehlyt.droid, PID: 21876
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setOnClickListener(....
so how can I do this?
thanks in advance