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
Post a Comment