android - How to switch between activities without using intents -


i got interview question , cannot figure out...

the question is: if have 3 activities a, b , c, how go activity b, b c , c sequentially without using intents?

thanks in advance!

ok, after reading few more times see interviewer may possibly mean still using intents. need them through each. once c a without intent if call finish() in b before going c. either way, unless terribly missing something, seems have asked million better questions. have asked for.

technically, application, afaik, never launched without intent because use intent filters (launch, main) in manifest start app.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

validation - How to pass paramaters like unix into windows batch file -