dimanche 28 juin 2015

Input EditText(Type:Number) into array[]

I have an EditText (input type:numberDecimal),that i want to keep adding values with save them to an Array. how can i do this ?
for an example:

EditText:"1234"
Array[0]=1;
Array[1]=2;
Array[2]=3;
Array[3]=4;

Thanks...

Aucun commentaire:

Enregistrer un commentaire