开发者

I added an about menu, and now I need help on how to bring info up on click

开发者 https://www.devze.com 2023-02-10 16:35 出处:网络
I had a image but cant up load it yet AHH I was able to get the menu to work. My question is how to I make a msgbox开发者_StackOverflow社区 pop up on click so I can put details about app and my self?

I had a image but cant up load it yet AHH

I was able to get the menu to work. My question is how to I make a msgbox开发者_StackOverflow社区 pop up on click so I can put details about app and my self? Thanks


You need to override onOptionsItemSelected. Really, this is all in the development guide.


bigmos... For an about dialog I would just use the AlertDialog builder. I have sample code here.


You can use a Dialog. See also Creating dialogs.

0

精彩评论

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