Android Options Menu

Course Queries Syllabus Queries 2 years ago

0 2 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Syllabus Queries related to Course Queries. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago


I tried to make option menu ,but am getting an error in the switch statement (error in all Case statements like R.id.regid couldn't be solved).

@Override
    public boolean onOptionsItemSelected(MenuItem item)
    {
        switch(item.getItemId()){
         case R.id.regid:Toast.makeText(this,"You pressed the registration      menu",Toast.LENGTH_LONG).show();
                        return true;

        case R.id.enqid:Toast.makeText(this,"You pressed the Add Enquiry Menu",Toast.LENGTH_LONG).show();
                        return true;

        case R.id.searchid:Toast.makeText(this,"You pressed the Search Students Menu",Toast.LENGTH_LONG).show();
                        return true;

        case R.id.calid:Toast.makeText(this,"You pressed the calendar Menu for Upcoming batches",Toast.LENGTH_LONG).show();
                        return true;

        case R.id.timingsid:Toast.makeText(this,"You pressed the Batch Timings Menu for Current Batches",Toast.LENGTH_LONG).show();
                        return true;

        case R.id.courseid:Toast.makeText(this,"You pressed jlc Syllabus",Toast.LENGTH_LONG).show();
                            return true;

        case R.id.facultiesid:Toast.makeText(this,"You pressed the faculties details",Toast.LENGTH_LONG).show();
                        return true;

        default:return super.onOptionsItemSelected(item);
        }
     }

        }

Optionmenuitem.xml

 <menu xmlns:android="http://schemas.android.com/apk/res/android" >



 <item 
    android:id="@+id/regid"
    android:icon="@drawable/ic_menu_reg"
    android:title="@string/reg"
    android:alphabeticShortcut="R"
    />

 <item
    android:id="@+id/enqid"
    android:icon="@drawable/ic_enquiry"
    android:title="@string/enquiry"
    
                                                
                                                
0 views
0 shares
profilepic.png
manpreet 2 years ago

Remove android.R from imports if you have imported it. If it still doesn't work, try to clean the project (Project -> Clean...)


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

tuteehub community

Join Our Community Today

Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.

tuteehub community