Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Foursquare 使用哪种类型的布局来显示这样的内容?我没记错,他们没有使用 ListView。实际上,他们将使用其他视图,例如 TableView 或其他东西。如果您知道,请告诉我。
这不仅仅是一种观点。它可以是许多视图。
我的猜测是一个父级的 RelativeLayout,其中包含多个子 LinearLayouts 或内部包含多个元素的相对布局,例如 ImageViews、TextViews 等。整个事情可能被包裹在片段中,并通过顶部的操作栏进行控制。
这再次只是一个猜测,因为根据您所针对的设备类型、优化要求等,有很多很好的方法可以实现这个 UI。