Android的四方显示器显示器、Android

由网友(追逐我的明天。)分享简介:我想知道,以显示像这类型的布局Foursquare的使用?我没记错的话,他们是不会使用的ListView。事实上,他们会用另一种观点类似的TableView或别的东西。请让我知道,如果你知道这一点。I want to know which type of layout Foursquare use to disp...

我想知道,以显示像这类型的布局Foursquare的使用?我没记错的话,他们是不会使用的ListView。事实上,他们会用另一种观点类似的TableView或别的东西。请让我知道,如果你知道这一点。

I want to know which type of layout Foursquare use to display like that? I'm not mistaken, they are not using ListView. Actually, they will use other view like TableView or something else. Please let me know if you know about that.

推荐答案

这不只是一种观点。它可以有很多意见。

It's not just one view. It can be many views.

我的猜测是父母RelativeLayout的具有多个子LinearLayouts或与它们内部的多个元素,如ImageViews,TextViews等整个事情可能是包裹在片段,并通过顶部的操作栏控制相对布局。

My guess would be a parent RelativeLayout with multiple child LinearLayouts or Relative Layouts with multiple elements inside them such as ImageViews, TextViews etc. The whole thing is probably wrapped in fragments and controlled via the action bar at the top.

这又是只是一个猜测,因为有许多伟大的方式来实现这一目标UI取决于什么样的,你的目标设备,优化需求等。

This is again just a guess as there are many great ways to achieve this UI depending on what kind of devices you are targeting, optimization requirements etc.

阅读全文

相关推荐

最新文章