This blog is to share the knowledge or tech tips in Java, Android, iOS and more..., which I came across in my Career.
Wednesday, March 14, 2012
Developer view : iOS View controller LifeCycle from Android Activity LifeCycle
Subscribe to:
Post Comments
(
Atom
)
Nice comparison. Not seen this before but was hoping someone would do it. The other major difference between iOS and Android is Android works on a per activity basis and iOS has the AppDelegate :- many application level life cycle events are handled there on iOS.
ReplyDeleteGreat blog you people have maintained there, I totally appreciate the work.
ReplyDeleteroot android
Android is not an operating system it is just an appliction on which our made application runs . OS used is linux .
ReplyDeleteYou have to rethink your OS concept (http://en.wikipedia.org/wiki/Operating_system), an OS is the underlying platform on which the user apps are built.
DeleteAnd BTW Linux is just the kernel, not the whole OS, maybe you mean GNU/Linux: Linux + GNU tools (bash, gcc...), in which case Android uses it own set of system tools which are not part of the GNU Tools.
Nice comparison Of life cycle between android and ios
ReplyDelete