1 / 9

Bookholders vs Bookstore App

Bookholders vs Bookstore App. Michael Beck. What it does?. Compares the prices of textbooks at the Tech Bookstore and Bookholders Can search by ISBN, Title, or Author. How it works?. The main activity sends two concurrent Http requests GET to Bookholders POST to Tech Bookstore

aideen
Download Presentation

Bookholders vs Bookstore App

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bookholdersvs Bookstore App Michael Beck

  2. What it does? • Compares the prices of textbooks at the Tech Bookstore and Bookholders • Can search by ISBN, Title, or Author

  3. How it works? • The main activity sends two concurrent Http requests • GET to Bookholders • POST to Tech Bookstore • Two helper parser classes parse data from response and populate text fields

  4. Tech Bookstore

  5. Tech Bookstore

  6. Issues with Design • Requires page navigation in order to get price • Resulted in extra GET for each Tech Bookstore result found on first page • Used non-threaded approach for GET since when using threaded approach, would finish before all data returned

  7. Opening Screen

  8. Search Screen

  9. Multiple Types of Searches

More Related