/WordCounter

Repository for a training purpose

Primary LanguageKotlin

WordCounter

WordCounter is an Android Application for training purpose.

Description

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

Future features:

  • Add pagination to the word list