Daily Archive: February 14, 2018

Lesson 4.4: Create a Recycler View 0

Lesson 4.4: Create a Recycler View

Task 1. Create and configure a new project Membuat Project baru yang bernama RecyclerView Lalu membuka Gradle Script -> build.gradle(Module app) tambahkan compile ‘com.android.support:appcompat-v7:23.1.1’ compile ‘com.android.support:recyclerview-v7:23.1.1’ compile ‘com.android.support:design:23.1.1’ Task 2. Create a dataset Menambahkan...

Lesson 4.3: Using the App Bar and Tabs for Navigation 0

Lesson 4.3: Using the App Bar and Tabs for Navigation

Task 1. Add an Up button for ancestral navigation Ubah AndroidManifest untuk OrderActivitymenhadi seperti berikut ini: Pada saat dijalankan appnya akan ada button back di sebelah label Order Activity Task 2. Use tab navigation with...

Lesson 4.2: Using an Options Menu 0

Lesson 4.2: Using an Options Menu

Task 1: Add items to the options menu pertama kita meng-examine class .xml content terlebih dahulu terdapat app:layout_behaviour attribut ini didapat dari bawaan relativelayout yang terdapat di class values.xml yang isinya merupakan widget dari...