Postingan

Gambar
Program Pemesanan Sederhana Berbasis Android   Pada postingan kali ini saya akan membuat Aplikasi Pemesanan sederhana Pada Android sebagai tugas Ujian Akhir Semester (UAS) dalam pembuatan aplikasi ini memperlukan beberapa Activity Diantaran LoginActivity  MenuActivity PesanActivity Pesan2Activity     komponen yg di perlukan  Text Fields Label Button   1.LoginActivity      Xml.Teks   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:background="@drawable/lokop"     tools:context=".MainActivity" >     <ImageView         android:id="@+id/imageView1"         android:layout_width="wrap_content"         android:layout_height="wrap_content"         android:layout_alignParen

program konversi di android

Gambar
Program konversi Android Pada postingan kali ini saya akan membuat Aplikasi Konversi Pada Android sebagai tugas Ujian Tengah Semester (UTS) dalam pembuatan aplikasi ini memperlukan beberapa Activity Diantaranya LoginActivity  MenuActivity BinerActivity CelciusActivity KelvinActivity FarenheitActivity komponen yg di perlukan  Text Fields Label Button TabHost 1.Login Activity XML.Teks <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     tools:context=".LoginActivity" >     <TextView         android:id="@+id/textView1"         android:layout_width="wrap_content"         android:layout_height="wrap_content"         android:layout_alignParentTop="true"         android: