Yorumlar
ogren = (Button) findViewById(R.id.button);
goster = (TextView) findViewById(R.id.textView);
final List<String> list = new ArrayList<String>();
list.add("Text 1");
list.add("Text 2");
list.add("…
Samed Şen