When considering the case with android activity, the first method to work is its onCreate method..right?
onCreate
Suppose i want to pass 2 parameters to android
We can pass the value from parent activity to child activity using the bundled collection and shared preference. 1. Shared Preference 2. Bundle Collection
Passing data or parameter to another Activity Android