https://apod.nasa.gov/apod/astropix.html
This app generates requests based on NASA's APOD service: https://api.nasa.gov/
https://api.nasa.gov/index.html#apply-for-an-api-key
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY
The DEMO_KEY should be changed at line 64 of MainActivity.java (mUrlRequestDefaultKey)
Download it here to run the application in your Android phone.
- Allow users to search for the picture for a date of their choice.
- Allow users to create/manage a list of "favorite" listings.
- Displays date, explanation, title and the image of the day.
- Dark mode support
- Handling for different screen sizes and orientations.
- Volley. An HTTP library that makes networking for Android apps easier.
- Picasso. A powerful image downloading and caching library for Android.
- Gson. Convert Java Objects into their JSON representation.
Note: This app uses HTTP requests, and sometimes it may return a timeout. "View" again to make a request for metadata.