Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.1 KB

README.md

File metadata and controls

43 lines (32 loc) · 2.1 KB

APOD Explorer App (apod-android)

Android App for exploring NASA's "Astronomy Picture of the Day" API.

Architecture

🖼️ UI

The app contains a simple Compose UI that shows:

  • A list of random images returned from NASA's APOD API with title and dates that they were the APOD.
    • The list is sortable by Title or Date, changed via Floating Action Button.
    • The list can be refreshed using pull-to-refresh to get a new random list from the API.

🧱 Build

🏠 Architecture

Author

  • Trevor Crawford

License

  • This code is distributed under the terms of the Apache License (Version 2.0). See the license for more information.
  • Based on template code from Android Architecture Templates
  • See notice for attribution of any Libraries used in this project.