Android Studio Üye kayıt formu

exmoo

Centipat
Katılım
29 Nisan 2020
Mesajlar
33
Kod:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:tools="http://schemas.android.com/tools"
 android:id="@+id/activity_main"
 android:orientation="vertical"
 android:layout_width="match_parent"
 android:layout_height="match_parent">
<LinearLayout
 android:orientation="horizontal"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:layout_marginTop="80dp">
 <TextView
 android:id="@+id/textView"
 android:text="Adınız"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"/>
 <EditText
 android:id="@+id/adınızText"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:inputType="textPersonName"/>
</LinearLayout>
<LinearLayout
 android:orientation="horizontal"
 android:layout_width="match_parent"
 android:layout_height="wrap_content">
 <TextView
 android:id="@+id/textView2"
 android:text="Soyadınız"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"/>
 <EditText
 android:id="@+id/soyadınızText"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:inputType="textPersonName"/>
</LinearLayout>
<LinearLayout
 android:orientation="horizontal"
 android:layout_width="match_parent"
 android:layout_height="wrap_content">
 <TextView
 android:id="@+id/textView2"
 android:text="yaşınız"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"/>
 <EditText
 android:id="@+id/yaşınızText"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:inputType="textPersonName"/>
</LinearLayout>
<LinearLayout
 android:orientation="horizontal"
 android:layout_width="match_parent"
 android:layout_height="wrap_content">
 <TextView
 android:id="@+id/textView2"
 android:text="eğitim durumunuz"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"/>
 <EditText
 android:id="@+id/eğitim durumunuz.Text"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"
 android:inputType="textPersonName"/>
</LinearLayout>
 <Button
 android:id="@+id/gosterButon"
 android:text="üye ol"
 android:layout_width="match_parent"
 android:layout_height="wrap_content"/>
</LinearLayout>

Arkadaşlar burası programımın tasarımı, girdiğim bilgileri resimdeki gibi üye ol butonuna basınca aşagıya nasıl yazdırabilirim? Birçok araştırma yaptım ama bir türlü yapmadım yardımcı olursanız sevinirim.

1623441075430.png
 
Son düzenleyen: Moderatör:

Yeni konular

Geri
Yukarı