Application for displaying astronomy-related content provided by the NASA API, developed for the final, Capstone project of the Udacity Android Developer Nanodegree program
AstroApp is an app for displaying astronomy-related content provided by the NASA API. It presents the user with a daily photo-of-the-day content, Earth Photo, and Mars Photos, as well as a detailed list of the closest approaching asteroids, including their name, diameter, approach date and velocity.
The API keys have been removed.
Please request your own key from NASA (https://api.nasa.gov/index.html#apply-for-an-api-key) and insert it in the QueryUtils.java file (String "api_key").