Monthly Archive: February 2018

2.3: Start Activities with Implicit Intents 0

2.3: Start Activities with Implicit Intents

1.1 Create the project   1.2 Create the layout   2.1 Define the openWebsite method 3.1 Define the openLocation method 4.1 Implement the shareText method 5.1 Create the project and layout 5.2 Modify the...

2.2: Activity Lifecycle and Instance State 0

2.2: Activity Lifecycle and Instance State

1.1 Copy the TwoActivities Project 1.2 Implement callbacks in to MainActivity   1.3 Implement lifecycle callbacks in SecondActivity   1.4 Observe the log as  the app runs 2.1 Save the activity instance state with onSaveInstanceState()...

2.1: Create and Start Activities 0

2.1: Create and Start Activities

1.1 Create the TwoActivities project buat project baru dengan template empty activity 1.2 Define the layout for the main activity buat layout seperti dibawah 1.3 Define the button action membuat metode Onclick 2.1 Create...