开发者

can i put button and textbox and listview in one activity?

开发者_开发知识库

I am new to android and now i am developing client side application in android. I want to know can I put button , textbox and listview in an activity class.Usually we extends class from Activity but for listview extends from ListActivity.

thanks


The ListActivity class is convenient when you want a single ListView to consume the screen, however a ListView does not require a ListActivity. You can place the ListView within your layout.xml and use it there as well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜