I am creating an app which displays the syllabi of all the courses offered in my college. The home screen contains 5-6 buttons to select the department. On selecting a button, a new activity with listview displaying all the courses offered by that department appears. Now the problem begins. As each department offers 20-30 courses, it will be difficult to create an activity for each of the courses. So what do I do?
What I want to achieve is that on clicking an item in the listview , it should display the syllabus of that particular course.
What I want to achieve is that on clicking an item in the listview , it should display the syllabus of that particular course.