Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 758 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 758 Bytes

Dictionary app

Android app that gives the the definition of an inputted word

Some Insights

Dictionary App

  • Uses Dagger Hilt as a Dependency injector
  • Uses Retrofit to get the api for our dictionary
  • Uses @Composable to dynamically create the definitions
  • Coroutines is also used for suspending/resuming the word search as well as to create @Compose context

Brief Tutorial

When you open the app, by default, the app gives the definition for "word" To search for another word, you simply input your desired word in the inputer field on top of the screen and click enter.

System Requirement

As of this moment, you will need android studio installed and the framework's emulator. Plans of releasing this onto google play is in the works.