Skip to content

Words is a pretty little app that contains every letter in the alphabet and words that start with them. It also opens up a Google search for a clicked word by passing an intent.

License

Notifications You must be signed in to change notification settings

legenduzo/Words

Repository files navigation

Words App

This app was taken from the Google developers training codelab Android basics in Kotlin.

https://github.com/google-developer-training/android-basics-kotlin-words-app

Introduction

Words app allows you to select a letter and use Intents to navigate to an Activity that presents a number of words starting with that letter. Each word can be looked up via a web search.

Words app contains a scrollable list of 26 letters A to Z in a RecyclerView. The orientation of the RecyclerView can be changed between a vertical list or a grid of items.

The app demonstrates the use of Intents in two ways:

  • to navigate inside an app by specifying an explicit destination, and,
  • allowing Android to service the Intent using the apps and resources present on the device.

Screenshots

Words App Screenshot

About

Words is a pretty little app that contains every letter in the alphabet and words that start with them. It also opens up a Google search for a clicked word by passing an intent.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages