nmidzic20 / Astrolab-old

Endava Android workshop final project, an astronomy app
MIT License
0 stars 0 forks source link

NASA API daily photo #1

Open nmidzic20 opened 1 year ago

nmidzic20 commented 1 year ago

NASA API for daily astronomy photos, along with some description - send notification each day to click on it and see photo & info in the app, also has a motivational advantage to take lessons from the app regulary

nmidzic20 commented 1 year ago

Implemented fetching text and image from the API. Optional TODO - optimise by saving to database and fetching from API & replacing in DB only if today's date different from the date saved in DB for daily photo, otherwise display from DB every time instead of fetching from API every time

nmidzic20 commented 1 year ago

NASA APIs of interest in general: https://api.nasa.gov/

nmidzic20 commented 1 year ago
nmidzic20 commented 1 year ago