I have a Text File on browser and I want to display textfile data in table view in android,
in the text file multiple variables are there and separated by ,(coma) and variables value separated by |(pipe),, can anybody plz tell me how can access a specific variable value to show it is in table.
I have a Text File on browser and I want to display textfile data
Share
this will read your text file, “if(temp.indexOf(“yourlabel:”)!=-1)” will gave you the specific tag value, try it