I have the next String in Eclipse
"actif,fernando,enrique"
//this will be variable with commas
How split this String? and add to a list view with a "FOR"? in Eclipse / Android Java
I need ListView Or Spinner like this:
actif
_______
fernando
________
enrique