API Test + Android App Basics

  • Introduce a REST api for the Coffeemate application
  • Explore the features of a test project that exercises this service
  • Review the features of a simple android application

Objectives

  • Design a new java project to specifically test the coffeemate api
  • Build utility classes to simplify the tests
  • Enhance coffemate-service to enable Coffee objects to be created

Objectives

  • Layout a new Android project with a single activity
  • Design this activity to permit donations to be made using simple controls
  • Implement the Activity class to support these controls