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.
Asked
Active
Viewed 23 times
0
-
Maybe think of a logic and write some code? – Atri Jan 10 '16 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 function – SpecialFighter Jan 10 '16 at 19:11