Ever wondered what Mars Looks like. Wouldn't it be good to have a handy application to get Images directly from NASA. NASAv1 might be worth looking at.
Environment : Android Studio
Languages and APIs Used :
- Java (Language)
- XML (Language)
- NASA (API)
What does it Provide :
- NASA regularly posts APOD(Astronomical Picture Of The Day) and you can see them daily.
- Explore Mars with the vision of the 3 Rovers sent by NASA (Opportunity, Curiosity, Spirit).
How it works : NASA's API provide general public and developers to access their resources and databases. Just get the API key after registering at the NASA's website. The application makes a get request using internet to fetch images from their vast library and show it on the UI.
Thats all Folks 😉