This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tampilkan postingan dengan label android. Tampilkan semua postingan
Tampilkan postingan dengan label android. Tampilkan semua postingan

Jumat, 30 Januari 2015

Pengertian layout dan kegunaan pada aplikasi android

Mobile Programming : Proses pembuatan aplikasi untuk peralatan computer mobile
SDK : Software Development Kit merupakan perangkat yang disiapkan untuk merancang aplikasi
Activity : Semua tampilan yang memungkinkan interaksi dengan user
Intent : Proses pemanggilan activity
Service : serangkaian proses yang tidak memiliki tampilan, tidak dapat berinteraksi dengan user, dan berjalan di-background
Life Cycle :Tahapan tahapan yang dijalankan oleh aplikasi. Dalam konsep pemgrograman berorientasi objek, life cycle didefinisikan dalam bentuk abstraks, harus diterapkan oleh semua aplikasi, sehingga operating system dapat mejalankan proses spesifik yang sudah ditentukan dalam tahapan tahapan aplikasi tersebut

Layout Manager
Untuk meletakan komponen (view) pada layar, android menggunakan layout manager. Karena ukuran layar device Android sangat beragam, tidak ada peletakan posisi widget secara eksak per pixel.