Coder Social home page Coder Social logo

android-search-lab's Introduction

Enable Search - Grocery List

Introduction

Note: This can be a pair programming activity or done independently.

In this lab, you will be adding the ability to search through your grocery list to the toolbar, based on the name of the items. Your search must operate in one of two ways:

  • Your search term can appear at the beginning of a word in the name
  • Your search term can appear anywhere in the name (even in the middle of a word)

Exercise

Requirements

  • Allow the user to search through the grocery list
  • Add a Searchable xml file
  • Make required changes to the manifest to enable search
  • Add a SearchView to your menu
  • Implement search logic in your Activity
  • Add search method to your database helper

Bonus:

  • Display the type in the list item
  • Add the ability to search by type

Starter code

The starter-code folder contains an Android project with the following:

  • An Android project with a pre-populated database
  • Solution code to the previous Shopping List lab for cursor adapters

Deliverable

The screenshots below show what the app should look like.

Additional Resources

android-search-lab's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.