Twitter Delicious Facebook Digg Stumbleupon Favorites More

Kamis, 13 Juni 2013

Tutorial Button di android part 1

Membuat Button atau Tombol di android. File > New > Other > Android Aplication Project. isi Activity Name : MainActivity isi Layout Name : main res/layout/main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation="vertical" > <Button     android:id="@+id/button1"     android:layout_width="fill_parent"     android:layout_height="wrap_content"     android:text="Button"     android:src="#4584f7" /> <TextView     android:id="@+id/tampil1"  ...

Page 1 of 1212345Next
 
Design by Free WordPress Themes | Bloggerized by Mahasewa - Premium Blogger Themes | Blogger Templates