How to obtain some values of php database android
I have this php Data.
I want obtain some values:
All values of "nombre".
All values of "series".
All values of "repeticiones".
and put the values "nombre" into ArrayList, same to "series" and
"repeticiones"
ArrayList<String> allNombres, allSeries, allRepeticiones;
Is possible?
No comments:
Post a Comment