User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
I have MainActivity.Java that has a button. When the button is clicked, it opens the GradeListActivity.java which shows a ListView(I am using Fragment here). When I click on a ListView Item, my app crashes. Any help or guidance would be much appreciated. Thank You :)
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.
manpreet
Best Answer
3 years ago
I have MainActivity.Java that has a button. When the button is clicked, it opens the GradeListActivity.java which shows a ListView(I am using Fragment here). When I click on a ListView Item, my app crashes. Any help or guidance would be much appreciated. Thank You :)
My MainActivity.Java: