public class ListViewActivity extends ListActivity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
String s[] = new String[]{"A","B <ListView android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:drawSelectorOnTop="false" /> ","C","D","E","F"};
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, s);
setListAdapter(adapter);
}
}
Your must add this ListView with the ID @android:id/list to the main.xml file. orelse will accur the error:
You must have a ListView with the ID @android:id/list
<ListView android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:drawSelectorOnTop="false" />
分享到:
相关推荐
标题中的"aaa.rar_593aaa.com_ecshop_www.aaa709.com_www.aaa647.com_商城"暗示了我们正在探讨的是一个经过个性化修改的ECSHOP商城项目,其中涉及到的域名可能与多个站点相关联,如593aaa.com、aaa709.com和aaa647....
【标题】"AAA.zip_3344aaa在线观看_aaa8x8x" 提供的信息主要涉及到一个基于VHDL语言设计的16x8 ROM(只读存储器)项目,而“3344aaa在线观看_aaa8x8x”这部分看起来像是无关的标签,可能是某种错误或者误输入,因此...
AAA飞机设计软件.pdf AAA飞机设计软件是一个功能强大且专业的飞机设计分析软件,旨在帮助飞机设计师、学生和研究人员快速、准确地进行飞机设计、分析和优化。下面是AAA飞机设计软件的详细知识点: 1.飞机设计分析...
H3C交换机AAA认证配置案例 H3C交换机AAA认证配置案例是一种常见的网络安全解决方案,用于确保网络设备的安全性和可靠性。本案例中,我们将介绍如何配置H3C S5500-SI Telnet用户通过Tacacs进行AAA认证的典型配置。 ...
Darcorp Advanced Aircraft Analysis V2.5.1.53 (AAA) 软件是一款面向于高级用户的飞机设计和仿真分析软件,目前广泛应用于数十个国家的各种机构,已然成为飞机设计、开发、稳定性分析以及飞行控制的工业标准软件。...
**思科AAA认证配置详解** 在IT网络领域,特别是企业级网络环境中,安全访问控制是至关重要的。Cisco(思科)设备广泛采用的AAA(Authentication、Authorization、Accounting)认证系统,为网络管理员提供了强大的...