Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
ArrayList arydizi= new ArrayList();
int sayi=0;
Voıd hafiza()
{
arydizi.add(textbox.text)
sayi++;
}
//geri butonuna sayi-- ; textbox.text = arydizi[sayi];
//arydizi.clear() ile işin bittiğinde diziyi temizlersin.