Space App's main goal for the app is educate and bring the universe closer to the people and help us understand what is around us. The will allow users to log in, view different things through the app like APODS(Astronomy Picture Of the Day), Asteroids near and far from earth and see some of the patents available for the public from NASA.
- Clone this repository and open with Android Studio
- https://github.com/Davincii254/MySpace
- Emulate on a virtual Machine or on your Phone Device
- Get your API key https://newsapi.org/register
- |Replace your API key
public static final String API_KEY = "your secret api key";
Account creation and Login authentication well implemented User is able to navigate through sections of different sections User is able to check his/her profile with updated content User is able to upload images User is able to see realtime image User is able to save their favorite images.
- Java
- Android Studio
- Xml
- Roboelectric
- Espresso
- Postman - For testing the responses from the endpint params.
What you get after starting the app
Bring images taken by different satelites Inform the user of future launches Educate the user on some on our solar system mysteries
- Nasa-Api - https:/nasa.gov/
Copyright 2020 Victor Kuria Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.