WordCounter is an Android Application for training purpose.
This App it's developed using MVVM pattern.
The main features of this app are:
- Select a folder from device to display all files
- Select
text/plain
files to display info about it - Read file info to show:
- Total number of words
- A list of Words with the number of occurrences
- SearchView to query list
- Spinner to sort list by:
- Original Position
- Number of Occurrences
- Alphabetically
- Add pagination to the word list