Android and Java Development
Pages
(Move to ...)
Home
Android Gaming Concepts
Java interview Question and Answers
HTML Color Codes
▼
Monday, 11 June 2012
How to open menu default in android
Here is Process for open menu default on activity. just put this code in onCreate method of activity:-
new Handler().postDelayed(new Runnable() {
@Override
public void run() {
openOptionsMenu();
}
}, 500);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment