- 2 / 2 / 10 entry
- 0 başlık
- 25.98 incipuan
nailbt oybirinci nesil normal
-
0
bilgisayar ile ilgili sorunları olan
public String topla(String i, String x){
int sayi1 = Integer. parseInt(i);
int sayi2 = Integer. parseInt(x);
int toplam = sayi1 + sayi2;
String toplamS = Integer. toString(toplam);
return toplamS;
}
TextView sayi1 = (TextView) findViewById(R.id.sayi1);
TextView sayi2 = (TextView) findViewById(R.id.sayi2);
TextView sonuc = (TextView) findViewById(R.id.sonuc);
String toplam = topla(sayi1.getText().toString(), sayi2.getText(). toString())
sonuc. setText(toplam); -
0
olum delimiyim lan ben
Arabanin yanindan gecerken gozumu kapatip kac adimda gecicegimi dusunurdum bilirsem sevinirdim.. -
0
büyü 2003
TextView tv = (TextView)findViewById(R.id.textview);
If(empty(tv))
tv.setText("hll bro");