This blog is all about Android development and problems\solutions
The string output is = "data", "data1", "data2", "data3"
i want it to replace " with ' so the string output will be = 'data', 'data1', 'data2', 'data3'
Thanks :)
0 comments:
Post a Comment