Postingan

Mobile_Programming

Gambar
Assalumalaikum.Wr.Wb Pada Tugas UTS kali ini saya membuat Aplikasi sederhana Warung Makan BAKMI JOGJA berbasis Android Menggunakan Android Studio. Berikut ActivityXml nya : <?xml version="1.0" encoding="utf-8"?> <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:padding="30dp"     android:orientation="vertical"     tools:context=".MainActivity">     <LinearLayout         android:layout_width="fill_parent"         android:layout_height="fill_parent"         android:orientation="vertical">         <LinearLayout             android:layout_width="match_parent"             android:layout_height="wrap_content"             android:orientation=&qu