Part: Activities and Intents Android Studio

Revo Faris Saifuddin
4 min readJan 30, 2019

--

02.1 Activity and Intensts

Membuat Project two activities dengan cara menekan tombol file>new projek> pilih creat android project seperti gambar dibawah ini dan klik next

Selanjutnya kita dapat memilih minimal sistem oprasi pada android yang dapat menjalankan aplikasi kita dengan cara seperti gambar dibawah ini

Selanjutnya memilih tampilan awal untuk aplikasi kita

pada gambar dibawah ini kita dapat membuat project dengan nama MainActivity sesuai default dan lakukan klik finish untuk melanjutkan

Selanjutnya pada gambar dibawah ini kita dapat melihat tampilan awal project yang kita buat

Define the layout for the main Activity

Pada gambar dibawah ini kita dapat menambahkan layout button dengan cara pada drag and drop pada palette > button

Define the Button action

Task 2 Create the second Activity

Modify the AndroidManifest.xml file

Define the layout for the second Activity

Add an Intent to the main Activity

Maka hasilnya akan seperti gambar dibawah ini

Task 3: Send data from the main Activity to the second Activity

Pertama buka activity_main.xml drag Pain text dan tambahkan code pada gambar dibawah ini

Add a string to the Intent extras

Selanjutnya tambahkan code pada gambar dibawah ini

Add a TextView to SecondActivity for the message

Selanjutnya buka activity_second.xml tambahkan code pada gambar dibawah ini

Pada tampilan layout nya akan seperti gambar dibawah ini

Modify SecondActivity to get the extras and display the message

Selanjutnya Buka secondactivity.java kemudian tambahkan source code seperti gambar dibawah ini

Return data back to the main Activity

Add an EditText and a Button to the SecondActivity layout

Create a response Intent in the second Activity

Add TextView elements to display the reply

Get the reply from the Intent extra and display it

02.3 Implicit intents

Create the project and layout

--

--

Revo Faris Saifuddin
Revo Faris Saifuddin

Written by Revo Faris Saifuddin

0 Followers

Manjada Wa Jada

No responses yet