简体   繁体   English

我怎样才能做这种界面?

[英]How can I do this kind of interface?

I have to make a list of elements in a special style like this我必须以这样的特殊风格制作元素列表在此处输入图片说明

I don't even know what to google.我什至不知道该谷歌什么。 Can I do this using ListView?我可以使用 ListView 执行此操作吗?

I usually use recyclerview with GridLayoutManager for that and set span count to 2我通常使用带有 GridLayoutManager 的 recyclerview 并将跨度计数设置为 2

GridLayoutManager gridLayoutManager = new GridLayoutManager(this, spanCount);
myRecyclerView.setLayoutManager(gridLayoutManager);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Java中设计和接口(OOP类型),以便我可以使用直接数据库访问或使用Web服务? - How do I Design and Interface (OOP kind) in Java so that I can either use direct database access or use web services? 我怎么知道这是一种什么样的方法? - how do i know what kind of method is this? 如何在Hibernate中调用这种函数? - How can I call this kind of function in Hibernate? 如何在gwt中创建此类图像? - How can I create these kind of images in gwt? 如何解析此类文本? - How can I parse this kind of text? 我怎样才能正确解析这种日期? - How can I correctly parse this kind of date? 如何在二维数组中留下某种标记,该标记会告诉程序在该位置执行某些操作 - How can I leave some kind of a mark in two-dimensional array that will tell the program to do something in this location 如何创建可以构建多种Java对象的Builder? - How do I create a Builder that can build more than one kind of Java object? 界面设计? 我可以迭代吗? 我应该如何处理对界面的更改? - Interface design? Can I do it iteratively? How should I handle changes to the interface? 我应该使用什么样的 Map 界面? - What kind of the Map interface I should use?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM