[email protected] wrote: > When i override a method "onCreateOptionsMenu(Menu menu)" of > "Activity" class then this method is never come to the flow of > program.
Are you clicking on the [MENU] button? It will not get called until the first time the [MENU] button is pressed. If you are, you may wish to start from some code that is known to work. There are many published working examples of this, including: http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/view/LinearLayout8.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 0.95 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

