Cevaplar
Java-Android dizi eleman numarasını bulma
Geleceği Yazanlar Kullanıcısı
03 Eylül 2014 tarihinde cevaplandı
03 Eylül 2014 tarihinde cevaplandı
[code]
TextView text = (TextView) findViewById(R.id.textView1);
ArrayList<String> array = new ArrayList<String>();
int t = array.indexOf(array.get(2));
text.setText("" + t);
TextView text = (TextView) findViewById(R.id.textView1);
ArrayList<String> array = new ArrayList<String>();
int t = array.indexOf(array.get(2));
text.setText("" + t);
Eclipse Layout sorunu
Geleceği Yazanlar Kullanıcısı
04 Eylül 2014 tarihinde cevaplandı
04 Eylül 2014 tarihinde cevaplandı
<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"
&nbs
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
&nbs