Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link the DownloadActivity file #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Link the DownloadActivity file #54

wants to merge 2 commits into from

Commits on Jun 12, 2014

  1. Link the DownloadActivity file

    Explain that the handler is specified in the DownloadActivity.java file. This personally caused me a fair bit of confusion, and I believe mentioning this will allow the student an easier time of finding the file, without reducing the learning experience.
    kd7uiy committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    4db837e View commit details
    Browse the repository at this point in the history
  2. Use displayBitmap() to display the image

    When I first did this, I wrote my own routine to display the bitmap, which failed the unit testing. Letting the user know that there is a function that does this for them, and will pass the unit tests, is very beneficial.
    kd7uiy committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    6dc55b8 View commit details
    Browse the repository at this point in the history