Skip to content

kevnngyen/Dictionary-app

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages