Task 1: Support Landscape Orientation 1.1 Change to a GridLayoutManager Layout yang berisi item daftar sering terlihat tidak seimbang dalam mode lanskap saat item daftar menyertakan gambar dengan lebar penuh. Salah satu solusi yang...
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...
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...
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...
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...
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...
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...
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...
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...
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...