I want to call an onClick(View v)
of other class from my activity's method onCreate()
. Is it possible?
Because I have a Popupwindow in an onClick method of other class, so when an orientation changes, I want my landscape mode's popupwindow to be intact and appear at runtime. How can it be done?
Thanks in advance!