Sorular

getText if kullanımı

TextView text = (TextView)findViewById(R.id.yazi); String x = text.getText().toString(); if (x=="hata") { Toast.makeText(getApplicationContext(), "hata", Toast.LENGTH_LONG).show(); } TextView text = (TextView)…

Ömer
31 Ocak 2016 tarihinde soruldu