That link is a good start, and required reading, but I see they have still left in the vague and contradictory language concerning which callback must come next.
I am referring to the wording in the state diagram and the table concerning whether onStart() or onRestart() are next, and which callback must follow these. The position in the table makes it look like onRestart() can follow onCreate() preceding onRestart(). But in fact, onRestart() can never follow onCreate() directly: it can only follow onStop(), when the user starts it again (as explained elsewhere at the same link). The above could be dismissed as reading too much into proximity of two items in the table. The same cannot be said for the following: the flowchart-style diagram shows only one possible transition from onStart(): the transition to onResume(). But the text in the table says it can transition to onStop() also. Both cannot be right. So which is correct? How is the Android beginner supposed to know? On Jun 28, 5:18 pm, RichardC <richard.crit...@googlemail.com> wrote: > http://developer.android.com/intl/fr/guide/topics/fundamentals.html#l... > > On Jun 28, 7:49 pm, Flamechamp <flamechamp1...@yahoo.com> wrote:> ermm... can > someone show me or give me an URL that shows how to use > > the onDestroy, onPause or onStop?? > > > I am really beginner and didn't understand how systems in Android are > > running. > > > I really appreciate the help -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en