Android的主从流程实例

Android的主从流程实例

本文介绍了Android的主从流程实例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现像上面并寻找一个很好的教程或code样品,以了解它的用户界面。有人可以帮助我得到这个工作

I'm trying to implement a user interface like above and looking for a good tutorial to or code sample to learn it. Can someone help me to get this done

推荐答案

如果您正在使用的Eclipse ADT安装,您可以创建一个新的活动(或Android项目),然后选择MasterDetailFlow如要使用该活动模板。这将包括与项目的简单列表主从流程。

If you are using Eclipse with ADT installed, you can create a new Activity (or Android Project) and select MasterDetailFlow as the template to be used for that activity. This will contain a Master Detail flow with a simple list of items.

修改

对于高级列表布局,您将需要一个定制的ListView。

For an advanced list layout, you will need a customized ListView.

例如:

  • Custom ListView Android
  • Android Custom ListView with Image and Text

这篇关于Android的主从流程实例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 09:07