开发者

'Full screen' menu for Android

开发者 https://www.devze.com 2023-02-08 19:39 出处:网络
I am quite new to android development and I have the need to present the user with a \'full screen\' menu, instead of an options or context menus.

I am quite new to android development and I have the need to present the user with a 'full screen' menu, instead of an options or context menus.

I thought about using a ListView filled with an ArrayAdapter, but I don't know if there's a smarter/easier way.

Any ideas?

Tha开发者_运维知识库nks!


Using a ListView sounds good to me.

You could make your activity full screen (see http://thedevelopersinfo.com/2009/10/21/making-an-fullscreen-activity-in-android/), put a listview in it and fill it with your items I don't see any problem in this way of doing.

0

精彩评论

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