301 eğitimde anlatına yapıyorum yapamadığım şey yan yana 6 resim 3 text içeren örnek
kisiler.add(new Kisi("Ahmet Yılmaz", false)) yerine
sonuclar.add(new Sonuc(1,2,3,4,5,6,"text1","text2","text3")) şeklinde yapmak satır layout içinde de gelen değer
1,2,3,4,5,6 yı
image1.png, image2.png, image3.png, image4.png, image5.png, image6.png ve text, text, text şeklinde yazmak nadense bir türlü beceremedim satır layotum
aşağıdaki gibi sonuc class ını ve OzelAdapter kodlamada sıkıntım var neyse kendim çıkamadım işin içinden sizlerinde zamanını almak istemiyorum allaha emanet olun yorumlarınız için teşekkürler...
<LinearLayout 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:orientation="horizontal" >
<ImageView
android:id="@+id/img1"
android:layout_width="32dp"
android:layout_height="32dp" />
<ImageView
android:id="@+id/img2"
android:layout_width="32dp"
android:layout_height="32dp" />
<ImageView
android:id="@+id/img3"
android:layout_width="32dp"
android:layout_height="32dp" />
<ImageView
android:id="@+id/img4"
android:layout_width="32dp"
android:layout_height="32dp" />
<ImageView
android:id="@+id/img5"
android:layout_width="32dp"
android:layout_height="32dp" />
<ImageView
android:id="@+id/img6"
android:layout_width="32dp"
android:layout_height="32dp" />
<TextView
android:id="@+id/txt1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/txt2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/txt3"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>