From 9bf45a00752f84037dcf1aba79e76542b4d4ed22 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 3 Feb 2011 18:46:45 -0800 Subject: Finish the app fundamentals rewrite by updating the side nav and resolving links in the dev guide Also move the app fundamentals document back to fundamentals.jd TODO: resolve links in the javadocs Change-Id: Ia3c81a83bf7fe75f7942fd41bfb1d626ee72d5d9 --- docs/html/guide/appendix/faq/commontasks.jd | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/html/guide/appendix/faq') diff --git a/docs/html/guide/appendix/faq/commontasks.jd b/docs/html/guide/appendix/faq/commontasks.jd index b3dc236..cf9cbd3 100644 --- a/docs/html/guide/appendix/faq/commontasks.jd +++ b/docs/html/guide/appendix/faq/commontasks.jd @@ -124,8 +124,9 @@ It is not necessary to put external JARs in the assets folder.

Implementing Activity Callbacks

Android calls a number of callbacks to let you draw your screen, store data before pausing, and refresh data after closing. You must implement at least some of - these methods. See Lifecycles - discussion in Application Fundamentals to learn when and in what order these methods + these methods. See the Activities + document to learn when and in what order these methods are called. Here are some of the standard types of screen classes that Android provides: