Skip to content

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

License

Notifications You must be signed in to change notification settings

tcrawford94/apod-android

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages