AndroidMVVM-片段应该包含if语句吗?
创始人
2024-10-09 09:01:49
0

在MVVM模型下,推荐在视图模型层中处理逻辑判断,而不是在片段(视图)中使用if语句。这样可以更好地分离关注点,并更好地遵循单一职责原则。

例如,我们有一个片段,其中显示了一个列表。列表中的每个项都有一个标志,表示该项是否被选中。我们可以将选中标志作为数据模型中的一个属性,并在视图模型层中处理选中项的逻辑。在这个例子中,我们可以在ViewModel中添加一个toggleSelection方法,它会将选中状态相应地设置为true或false。

以下是选中标志作为数据模型属性的示例代码:

// 数据模型
public class Item {
    private boolean selected;

    public boolean isSelected() {
        return selected;
    }

    public void setSelected(boolean selected) {
        this.selected = selected;
    }
}

// 视图模型
public class ItemViewModel extends ViewModel {
    private Item item;

    public ItemViewModel(Item item) {
        this.item = item;
    }

    public boolean isSelected() {
        return item.isSelected();
    }

    public void toggleSelection() {
        item.setSelected(!item.isSelected());
    }
}

现在,我们可以在ListViewAdapter中使用ViewModel来处理逻辑。我们只需要将选中标志绑定到视图,而不是在片段中使用if语句。

以下是ListViewAdapter中使用ViewModel的示例代码:

public class ItemAdapter extends ArrayAdapter {
    @Override
    public View getView(int position, View convertView, ViewGroup parent) {
        if (convertView == null) {
            convertView = LayoutInflater.from(getContext())
                    .inflate(R.layout.list_item, parent, false);
        }

        Item item = getItem(position);
        ItemViewModel viewModel = new ItemViewModel(item);

        TextView nameView = convertView.findViewById(R.id.item_name);
        CheckBox selectionView = convertView.findViewById(R.id.item_selected);

        nameView.setText(item.getName());
        selectionView.setChecked(viewModel.isSelected());

相关内容

热门资讯

透视免费!pokeplus脚本... 透视免费!pokeplus脚本,wpk俱乐部辅助器,课程教程(有挂实锤)-哔哩哔哩1、透视免费!po...
透视科技!hhpoker俱乐部... 透视科技!hhpoker俱乐部是干嘛的,hhpoker软件可以玩吗,教程书教程(有挂讲解)-哔哩哔哩...
透视讲解!aapoker公共底... 透视讲解!aapoker公共底牌,wepoker底牌透视,模板教程(有挂教学)-哔哩哔哩1、进入到a...
透视软件!德州局脚本,拱趴大菠... 透视软件!德州局脚本,拱趴大菠萝挂哪里,资料教程(有挂总结)-哔哩哔哩1、玩家可以在拱趴大菠萝挂哪里...
透视辅助!约局吧是否有挂,we... 透视辅助!约局吧是否有挂,wepoker分析,机巧教程(有挂教学)-哔哩哔哩小薇(透视辅助)致您一封...
透视线上!大菠萝手游辅助,hh... 透视线上!大菠萝手游辅助,hhpoker是真的还是假的,攻略教程(有挂教学)-哔哩哔哩1、hhpok...
透视肯定!pokemmo脚本,... 透视肯定!pokemmo脚本,wepoker有辅助吗,资料教程(有挂教学)-哔哩哔哩1、wepoke...
透视模拟器!大菠萝免费辅助,w... 透视模拟器!大菠萝免费辅助,wepoker破解工具,法门教程(有挂头条)-哔哩哔哩1、大菠萝免费辅助...
透视安卓版!wepoker有没... 透视安卓版!wepoker有没有机器人,hhpoker脚本下载,课程教程(有挂技巧)-哔哩哔哩wep...
透视安装!wepoker公共底... 透视安装!wepoker公共底牌,pokermaster破解版,模块教程(讲解有挂)-哔哩哔哩1、完...