Author: anggitnurf

5.2: Material Design: Lists, Cards and Colors 0

5.2: Material Design: Lists, Cards and Colors

Task 1: Download the starter code 1.1 Open and run the Material Me project download project Material Me yang telah lengkap lalu ekstrak buka projecttersebut di dalam android studio kita 1.2 Explore the app...

5.1: Drawables, Styles, and Themes 0

5.1: Drawables, Styles, and Themes

Task 1: Create The Scorekeeper App In this section, you will create your Android Studio project, modify the layout, and add onClick functionality to its buttons. 1.1 Create the “Scorekeeper” buat project baru dengan...

4.4: Create a Recycler View 0

4.4: Create a Recycler View

Task 1. Create and configure a new project 1.1. Create the project buat project baru seperti dibawah : 1.2. Add support libraries to the build file masukkan compiler seperti dibawah, sesuaikan dengan compiledSdkVerson yang...

4.3: Using the App Bar and Tabs for Navigation 0

4.3: Using the App Bar and Tabs for Navigation

Task 1. Add an Up button for ancestral navigation di dalam task ini saya memakai DroidCafe3 yang dapat di dwonload dari web developer android. tugas kali ini membuat navigasi seperti dibawah. pertama download kebutuhan...

4.2: Using an Options Menu 0

4.2: Using an Options Menu

Task 1. Add items to the options menu 1.1 Examine the app bar code memakai aplikasi droidcafe yang telah dilakukan, kita mengecek setiap bagian dari aplikasi tersebut. pada bagian @ string / appbar_scrolling_view_behavior merupakan kontrol...

4.1: Using Keyboards, Input Controls, Alerts, and Pickers 0

4.1: Using Keyboards, Input Controls, Alerts, and Pickers

Task 1. Experiment with text entry keyboard attributes 1.1 Create the main layout and the showText method     1.2 Set the keyboard to capitalize sentences 1.3 Set the keyboard to hide a password when...

3.3: Using The Android Support Libraries 0

3.3: Using The Android Support Libraries

1.1 Verify that the Android Support Library is available buka SDK manager pada tools, lalu lihat SDK tools dan lihat “Android Support Repository” apakah sudah teristall atau belum, jika sudah maka kik cancel jika...

3.2 : Testing Apps With Unit Tests 0

3.2 : Testing Apps With Unit Tests

1.1 Explore source sets and SimpleCalc import hanya berasal dari org.unit anotasi @RunWith menunjukkan runner yang dipakai untuk menjalankan tes pada kelas ini anotasi @SmallTest mengindikasi bahwa semua tes di dalam kelas ini merupakan...

3.1 : Using the Debugger 0

3.1 : Using the Debugger

1.1 Download and Open the SimpleCalc Project download simpleCalc seperti dibawah, lalu file open untuk membuka project tersebut 1.2 Explore the Layout mempelajari bagan dari kdingan layout simpleCalc 1.3 Explore the app code mengeksplorasi...

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...