Android Retrofit2: 如何创建可展开的RecyclerView以显示类别和子类别?
创始人
2024-08-15 08:30:10
0

要创建可展开的RecyclerView以显示类别和子类别,您可以使用ExpandableRecyclerView库来简化实现过程。以下是使用Retrofit2和ExpandableRecyclerView库的示例代码:

首先,在您的build.gradle文件中添加以下依赖项:

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.github.thoughtbot:expandablerecyclerview:1.4'

接下来,创建一个类别模型类和子类别模型类:

public class Category {
    private String name;
    private List subCategories;

    // getters and setters
}

public class SubCategory {
    private String name;

    // getters and setters
}

然后,创建一个Retrofit接口来获取您的类别和子类别数据:

public interface ApiService {
    @GET("categories")
    Call> getCategories();
}

接下来,创建一个数据适配器来填充展开的RecyclerView:

public class CategoryAdapter extends ExpandableRecyclerViewAdapter {
    private Context context;
    private List categories;

    public CategoryAdapter(Context context, List categories) {
        super(categories);
        this.context = context;
        this.categories = categories;
    }

    @Override
    public int getParentViewType(int parentPosition) {
        return 0;
    }

    @Override
    public int getChildViewType(int parentPosition, int childPosition) {
        return 0;
    }

    @Override
    public CategoryViewHolder onCreateParentViewHolder(ViewGroup parentViewGroup, int viewType) {
        View categoryView = LayoutInflater.from(context).inflate(R.layout.item_category, parentViewGroup, false);
        return new CategoryViewHolder(categoryView);
    }

    @Override
    public SubCategoryViewHolder onCreateChildViewHolder(ViewGroup childViewGroup, int viewType) {
        View subCategoryView = LayoutInflater.from(context).inflate(R.layout.item_subcategory, childViewGroup, false);
        return new SubCategoryViewHolder(subCategoryView);
    }

    @Override
    public void onBindParentViewHolder(CategoryViewHolder categoryViewHolder, int parentPosition, ExpandableGroup parent) {
        Category category = (Category) parent;
        categoryViewHolder.setCategoryTitle(category.getName());
    }

    @Override
    public void onBindChildViewHolder(SubCategoryViewHolder subCategoryViewHolder, int parentPosition, int childPosition, ExpandableGroup parent) {
        Category category = (Category) parent;
        SubCategory subCategory = category.getItems().get(childPosition);
        subCategoryViewHolder.setSubCategoryTitle(subCategory.getName());
    }

    @Override
    public int getItemCount() {
        return categories.size();
    }
}

创建CategoryViewHolder和SubCategoryViewHolder来管理类别和子类别视图的显示:

public class CategoryViewHolder extends GroupViewHolder {
    private TextView categoryTitleTextView;

    public CategoryViewHolder(View itemView) {
        super(itemView);
        categoryTitleTextView = itemView.findViewById(R.id.category_title);
    }

    public void setCategoryTitle(String title) {
        categoryTitleTextView.setText(title);
    }
}

public class SubCategoryViewHolder extends ChildViewHolder {
    private TextView subCategoryTitleTextView;

    public SubCategoryViewHolder(View itemView) {
        super(itemView);
        subCategoryTitleTextView = itemView.findViewById(R.id.subcategory_title);
    }

    public void setSubCategoryTitle(String title) {
        subCategoryTitleTextView.setText(title);
    }
}

最后,在您的Activity或Fragment中,使用Retrofit获取数据并设置RecyclerView的适配器:

public class MainActivity extends AppCompatActivity {
    private RecyclerView recyclerView;
    private CategoryAdapter categoryAdapter;

    private ApiService apiService;

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

        recyclerView = findViewById(R.id.recycler_view);
        recyclerView.setLayoutManager(new LinearLayoutManager(this));

        apiService = RetrofitClient.getClient().create(ApiService.class);

        Call> call = apiService.getCategories();
        call.enqueue(new Callback>() {
            @Override
            public void onResponse(Call> call, Response> response) {
                List categories = response.body();
                categoryAdapter = new CategoryAdapter(MainActivity.this, categories);
                recyclerView.setAdapter(categoryAdapter);
            }

            @Override
            public void onFailure(Call> call, Throwable t) {
                Toast.makeText(MainActivity.this, "Error loading categories", Toast.LENGTH

相关内容

热门资讯

黑科技科技(wepoke智能a... 黑科技科技(wepoke智能ai)wepower使用说明书(wepOkE)素来是真的有挂(确实有挂)...
黑科技模拟器(wepoke智能... WePoker透视辅助工具核心要点解析‌,黑科技模拟器(wepoke智能ai)wepoke是机器发牌...
黑科技脚本(wepokeai代... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩家在这款游戏中打牌都...
黑科技辅助挂(wepoke真的... 黑科技辅助挂(wepoke真的有挂)wepoke 软件(wEPOKE)固有真的有挂(有挂猫腻)-哔哩...
黑科技辅助挂(wepoke黑科... 黑科技辅助挂(wepoke黑科技)wepoke软件透明挂演示(wEpOke)一直真的有挂(真的有挂)...
黑科技app(wepoke真的... 此外,数据分析德州()辅助神器app还具备辅助透视行为开挂功能,通过对客户透明挂的深入研究,你可以了...
黑科技智能ai(wepoke辅... 黑科技智能ai(wepoke辅助插件)wepoke软件透明(WEPOke)先前是有挂(果真有挂)-哔...
黑科技模拟器(wepoke透明... 黑科技模拟器(wepoke透明黑科技)wepoke德州扑克用ai代打(WEPOKE)最初存在有挂(有...
黑科技插件(wepoke辅助插... 黑科技插件(wepoke辅助插件)wepoke软件透明(WEPOke)从来是真的有挂(有挂解惑)-哔...
黑科技美元局(wepoke智能... 黑科技美元局(wepoke智能ai)wepoke辅助真的假的(wepoKE)原先真的有挂(竟然有挂)...