fragment 上创建动态的ui,数据变化时ui怎么跟着变化
2016-01-27 · 知道合伙人互联网行家
护肤达人IT宅族
知道合伙人互联网行家
向TA提问 私信TA
知道合伙人互联网行家
采纳数:5637
获赞数:17441
毕业于曲阜师范大学,学士学位。互联网行业2年从业经验,读过SEO相关书籍。现任爱家网SEO优化专员。
向TA提问 私信TA
关注
展开全部
When designing your application to support a wide range of screen sizes, you can reuse your fragments in different layout configurations to optimize the user experience based on the available screen space.
当为了支持更大范围的屏幕大小而设计你的应用时,你可以在不同的布局配置里重用你的框架,通过可用的屏幕空间来优化用户体验。
For example, on a handset device it might be appropriate to display just one fragment at a time for a single-pane user interface. Conversely, you may want to set fragments side-by-side on a tablet which has a wider screen size to display more information to the user.
例如,在一个手机里,一个时刻在单一窗格的用户界面上只显示一个框架可能是合适的。相反的,你可能想要在平板这样更大的屏幕上将框架一个挨一个放置来为用户显示更多的信息。
Figure 1. Two fragments, displayed in different configurations for the same activity on different screen sizes. On a large screen, both fragment fit side by side, but on a handset device, only one fragment fits at a time so the fragments must replace each other as the user navigates.
图1. 同一个activity在不同屏幕大小上使用不同的配置显示两个框架。在大屏幕上,两个框架紧挨着放置,但是在手机设备上,同一时间只有一个框架,因此在用户点击导航时框架必须互相替换。
The FragmentManager class provides methods that allow you to add, remove, and replace fragments to an activity at runtime in order to create a dynamic experience.
FragmentManager类提供了一些方法,它们允许你动态地向一个activity添加、移除和替换框架,已达到一个动态的用户体验。
当为了支持更大范围的屏幕大小而设计你的应用时,你可以在不同的布局配置里重用你的框架,通过可用的屏幕空间来优化用户体验。
For example, on a handset device it might be appropriate to display just one fragment at a time for a single-pane user interface. Conversely, you may want to set fragments side-by-side on a tablet which has a wider screen size to display more information to the user.
例如,在一个手机里,一个时刻在单一窗格的用户界面上只显示一个框架可能是合适的。相反的,你可能想要在平板这样更大的屏幕上将框架一个挨一个放置来为用户显示更多的信息。
Figure 1. Two fragments, displayed in different configurations for the same activity on different screen sizes. On a large screen, both fragment fit side by side, but on a handset device, only one fragment fits at a time so the fragments must replace each other as the user navigates.
图1. 同一个activity在不同屏幕大小上使用不同的配置显示两个框架。在大屏幕上,两个框架紧挨着放置,但是在手机设备上,同一时间只有一个框架,因此在用户点击导航时框架必须互相替换。
The FragmentManager class provides methods that allow you to add, remove, and replace fragments to an activity at runtime in order to create a dynamic experience.
FragmentManager类提供了一些方法,它们允许你动态地向一个activity添加、移除和替换框架,已达到一个动态的用户体验。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询