Team project for NMIT Hackathon 2019
App Name: Exam Helper
- An app that is targeted towards students
- Compiles a set of question papers in text format
- Provides a list of recurring questions with their count
- One tap online solution to any question
- Android Studio v3.2.1
- Java Development Kit 12
- Text files of Question papers
Here all we do is allow the user to select multiple question paper text files only
We Allow the users to select the delimiters
Three basic files to demonstrate basic app functionality
We display all questions in a list (where each list item is tapable for an online solution)in decreasing order of occurance. Questions whoch are repeated at least once are only displayed.Questions that occur only once are not.The user can save the output with any desired file name.