1-) Android - RANDOM KULLANIMI
Random r=new Random();
int sayi=r.nextInt(11);
isim.setText(sayi+" sad");