I want to create a button that would lead the user straight back to main activity which doesn’t have the android name=”com.example.example”.
It has android.intent.etc…
How can I reference my button to go back to this activity?
I want to create a button that would lead the user straight back to
Share
Lets say your main activity is called Main.java.