android - Call a activity's function from the other -


i have 2 activities , b. activity starts activity b. i'm in b, how call a's function?

unless function static out of luck. suggest place necessary functions in application object or make them static.

note activity not on top of stack can destroyed @ time.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -