in my android app, i get data of my mysql database and put this into a string array. now i would like to check if there duplicates in the array and remove them, but i don't know how.
2
-
Maybe think of a logic and write some code?Atri– Atri2016-01-10 19:10:47 +00:00Commented Jan 10, 2016 at 19:10
-
i only would to know if there is a function for this or if i have to check it with a simple if else functionSpecialFighter– SpecialFighter2016-01-10 19:11:45 +00:00Commented Jan 10, 2016 at 19:11
Add a comment
|