Add log.d hint (#26334)
This commit is contained in:
committed by
Christopher McCormack
parent
68bacae502
commit
36656e35c9
@ -47,6 +47,9 @@ An _activity_ is a component that has a user interface and represents a single s
|
||||
This call is often used when the user hits the back button, or closes the instance of the app.
|
||||
|
||||
#### Sample code to understand Activity Lifecycle
|
||||
|
||||
You can print in log console using Log.d() method.
|
||||
|
||||
``` java
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
||||
|
Reference in New Issue
Block a user