Android Threads & HTTP Requests

  • Review the nature of concurrency
  • Explore processes & threads in Android
  • Evolve an approach to making http requests from android

Objectives

  • Create a version of the the donation app as a play project
  • Expose an 'API' from this app to enable other programmes to use it
  • Rework the Donation android app to use this api