Textview do not display text when there is only one item of data
Closed this issue · 3 comments
wenzhang-vincent commented
444601385 commented
NiceSpinner NiceSpinner = (NiceSpinner) findViewById (R.id.nice_spinner);
List dataset= new LinkedList < > (arrays . aslist(“One”));
niceSpinner.attachDataSource(dataset);
niceSpinner.setText (dataset.get (0));
wenzhang-vincent commented
I understand, thank you.
cuncaojin commented
i find the repository's newest lib ,just v1.4.3 is also have this question. if the item data is an object ? waht to do?