Passing number from 1st activity to the number picker

荒凉一梦 提交于 2019-12-02 10:05:35
Rami

You can use:

eg:

nps[0].setValue(cpv);
nps[1].setValue(ppv);
nps[2].setValue(fpv);

eg:

tv.setText(String.valueOf(nps[0].getValue())); // or just tv.setText(""+nps[0].getValue());
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!