Anton K
Results
2
issues of
Anton K
I implement chat app. And use your super lib to represent emoji. I used ver 1.0 before. Recently, I updated to ver 1.3.3 and receive real lags - in my...
``` NumberPickerDialog dialog = new NumberPickerDialog(activity, 140, 220, new NumberPickerDialog.NumberPickerCallBack() { @Override public void onSelectingValue(int value) { } }); dialog.show(); ``` dialog.onValueAvailable(val, pos); does move layout manager of dialog to...