Darkknight123 / wordApp

A dictionary app which uses multiple activities, uses intents to navigate between them, and passes data to other apps. Built in Kotin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordApp

A dictionary app which uses multiple activities, uses intents to navigate between them, and passes data to other apps. Built in Kotin

#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.

About

A dictionary app which uses multiple activities, uses intents to navigate between them, and passes data to other apps. Built in Kotin


Languages

Language:Kotlin 100.0%