Skip to content

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

License

Notifications You must be signed in to change notification settings

road2android/wordpad

Repository files navigation

WordPad

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.

Behavior

  • When you launch the app, you're provided list of all 26 letters (A-Z) to select a a alphabet.
  • After clicking on any option app lunch another activity with a word list that starts with selected letter
  • The second option shows the list of dogs in a horizontally scrolling recycler view.
  • The third option shows the dogs in a vertically scrolling grid-style layout where two dogs are shown on each row.
  • All of these layouts are powered by the same adapter class. Your task will be to build the layouts for the recycler view cards, and then implement the adapter so that each item is populated with the information about each dog.

Demonstration

WordPad App Demo

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages