I have customised the NumberPicker to show text. The output is this:
when I press OK I want to add the e.x mouse to my list \"Article\". What I\'m getting instead is th
Change the line
Article.add(String.valueOf(artikkler.getValue()));
By
Article.add(responseList.get(artikkler.getValue());