Android-多个NumberPicker值由外部总值限制
创始人
2024-08-19 18:00:09
0

使用NumberPicker的OnValueChangeListener接口来监测NumberPicker值的变化。在每次值变化时,更新其他NumberPicker的最大值和最小值,以确保它们的总和始终等于预设的总值。以下是一个示例实现:

public class MainActivity extends AppCompatActivity implements NumberPicker.OnValueChangeListener {
    private NumberPicker np1, np2, np3;
    private int totalValue = 100;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        np1 = findViewById(R.id.np1);
        np2 = findViewById(R.id.np2);
        np3 = findViewById(R.id.np3);

        np1.setOnValueChangedListener(this);
        np2.setOnValueChangedListener(this);
        np3.setOnValueChangedListener(this);

        np1.setMaxValue(totalValue);
        np2.setMaxValue(totalValue - np1.getValue());
        np3.setMaxValue(totalValue - np1.getValue() - np2.getValue());
    }

    @Override
    public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
        int newTotal = newVal + np2.getValue() + np3.getValue();
        int diff = totalValue - newTotal;

        if (diff < 0) {
            // The new value exceeds the total.
            picker.setValue(oldVal);
            return;
        }

        // Update the maximum values of the other NumberPickers.
        switch (picker.getId()) {
            case R.id.np1:
                np2.setMaxValue(diff);
                np3.setMaxValue(totalValue - newVal - np2.getValue());
                break;
            case R.id.np2:
                np1.setMaxValue(diff + newVal);
                np3.setMaxValue(totalValue - np1.getValue() - newVal);
                break;
            case R.id.np3:
                np1.setMaxValue(diff + newVal + np2.getValue());
                np2.setMaxValue(totalValue - np1.getValue() - newVal);
                break;
        }
    }
}

相关内容

热门资讯

必备辅助推荐!吉祥棋牌科技有挂... 必备辅助推荐!吉祥棋牌科技有挂吗(透视)竟然存在有挂(2025已更新)(哔哩哔哩)1、许多玩家不知道...
微扑克ai机器人!微扑克辅助安... 微扑克ai机器人!微扑克辅助安卓版本,WPK切实真的有挂,透明挂教程(有挂科普);人气非常高,ai更...
第三方教程!wepoke最新下... 这是一款非常优秀的WEPoke ia辅助检测软件,能够让你了解到WEPoke中牌率当中全部隐藏参数,...
微扑克游戏辅助器!微扑克俱乐部... 微扑克游戏辅助器!微扑克俱乐部机器人,微扑克ai代打(其实有辅助挂)1、很好的工具软件,可以解锁游戏...
盘点一款!心悦麻将挂踢坑(辅助... 盘点一款!心悦麻将挂踢坑(辅助)切实是真的有挂(2024已更新)(哔哩哔哩);1、心悦麻将挂踢坑透视...
揭秘攻略!wepoke软件透明... 揭秘攻略!wepoke软件透明挂辅助(wepoke有辅助挂)WepOke(就是真的有挂)1、完成We...
微扑克全自动机器人!微扑克辅助... 微扑克全自动机器人!微扑克辅助器是真的(透视辅助)一贯有挂1、打开德州poker外挂分析微扑克开挂官...
玩家必看!开心武汉花可以开挂吗... 玩家必看!开心武汉花可以开挂吗(辅助)本来是有挂(2024已更新)(哔哩哔哩)1、玩家必看!开心武汉...
wepoke辅助有挂!wepo... WePoker透视辅助版本解析‌,wepoke辅助有挂!wepoke透明挂辅助,WepOke果然真的...
微扑克ai机器人!微扑克app... 微扑克ai机器人!微扑克app发牌规律(透视)真是真的有挂是一款可以让一直输的玩家,快速成为一个“必...