This app can be used to get the list of Meanings/Largeforms for Abbreviation/Shortform.
- User can enter Words and Abbreviations to search the meanings.
- On Search button click, it will display the list of largeforms for the abbreviation provided by user.
- On Search button click, it will display the list of meanings for the word provided by user.
- On Reset button click, it will reset the app and user can repeat the above 2 steps.
- API used to get meanings for abbreviation from : http://www.nactem.ac.uk/software/acromine/rest.html
- API used to get meanings for given word https://api.dictionaryapi.dev/api/v2/entries/en/
- This application is developed in Native Android using Kotlin language.
- It follows the MVVM architecture and uses Live Data, Coroutines, Data Binding etc.
- It uses Retrofit for network API call.