Pemrograman Mobile 3 SKS | Semester 7 | S1 Sistem Informasi
Nizar Rabbi Radliya
[email protected]
Universitas Komputer Indonesia | 2015
Pertemuan 2
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Activity Service Content Provider
Resource Views Notification
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Versi Android
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Persiapan Perangkat Pemrograman Android Java JDK Android SDK IDE Eclipse
Android ADT
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi Paket Java JDK Link download: http://www.oracle.com/technetwork/java/javase/downloads/jdk8downloads-2133151.html
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi Paket Java JDK Deskripsi fitur, pemilihan fitur, dan penentuan lokasi instalasi
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi Paket Java JDK Termasuk instalasi pake java JRE
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi Paket Java SDK Link Download: https://developer.android.com/sdk/index.html Tersedia untuk sistem operasi Windows, Linux, Mac OS.
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Level API setiap Versi Android
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Penggunan versi android di Pasaran https://developer.android.com/about/dashboards/index.html
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Membuat AVD pada SDK sebagai emulator
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Membuat AVD pada SDK sebagai emulator
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Membuat AVD pada SDK sebagai emulator
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi IDE Eclipse Link download: https://eclipse.org/downloads/index-developer.php Setelah selesai diunduh lalu ekstrak dan sudah siap untuk digunakan.
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi ADT pada IDE Eclipse Link download: http://developer.android.com/sdk/installing/installing-adt.html Download ADT plugin dari eclipse menu Help>Install new software.
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Instalasi ADT pada IDE Eclipse https://dl-ssl.google.com/android/eclipse/
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Mereferensikan Java SDK pada IDE Eclipse
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Hello World pada Android
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Hello World pada Android
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Hello World pada Android
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Hello World pada Android
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
MainActivity.java package com.is.helloworld; import android.app.Activity; import android.os.Bundle; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); }
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
activity_main.xml
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
string.xml
<string name="app_name">HelloWorld <string name="hello_world">Hello world! Hai, ini program Android pertama saya <string name="action_settings">Settings
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Hasil Run menggunakan AVD
[email protected] | Mobile Programming | 3 SKS | Semester 7 | S1 Sistem Informasi | UNIKOM | 2015
Struktur Project Aplikasi Android src/ gen/ Android 4.4.2/ assets/ bin/ libs/ res/ drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi drawable-xxhdpi layout values style.xml string.xml --------------------------Android Manifest dan Project Properties
Pemrograman Mobile 3 SKS | Semester 7 | S1 Sistem Informasi
Nizar Rabbi Radliya
[email protected]
Materi Pertemuan 3 Android Widget Bagian 1: 1. Komponen user interface 2. Konsep widget 3. Text view 4. Edit text 5. Button 6. Checkbox
7. Radio button and radio group 8. Image view and image button 9. Bekerja dengan kumpulan widget Universitas Komputer Indonesia | 2015