开发者

'Full screen' menu for Android

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜