Android Application
  • Android applications don't have a single entry point for everything in the application (no main() function, for example). Rather, they have essential components that the system can instantiate and run as needed.
  • A task is a stack of activities
  • Tasks are associated with their own UI history stack.
  • Tasks are capable of spanning multiple processes.
  • what users on other platforms know as “applications
  • Activity
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License