Coolest space explorer project for hobbyists, researchers and visionaries. The android application helps users to search for Collision Approach data, Near Earth Object, Earth Plychromatic Imaging Camera, NASA database, Astronomical Picture of the day, Earth Imagery and pictures taken by Mars Rover on Mars.
- Load CAD and NEO when app is loaded if network is available
- Share description of the content and the Android App
- Get a list of Mars Rover, Near Earth Object, Collision Approach Data, Search from NASA DB and EPIC
- Get Details of the item selected for general listing
- Landscape view and tablet view for general listing and detail
- Loading videos using Exoplayer for search and resuming not taking into consideration the orientation changes
- Widget for the APOD for the Android Application
- Notification Implementation using Firebase Cloud Messaging
- Analytics Implementation using Firebase Analytics
- Implementation of material design
- Espresso test
- JUnit Testing
- Download or clone the repository onto your local machine.
- Open the project using Android Studio
- Register in NASA Api and Generate API Key
- Include API_KEY for NASA Api in gradle.properties
- Register the application in Google Console
- Enable Google Maps for android and generate API key
- Import project in Firebase based on the Google project created using Google Console
- Enable Firebase Cloud Messaging and Firebase Analytics for the application.
- Downloaded the .json file and place it into the app directory
- From the Google console place the generated API key within values
google_maps_api.xmlfile - The google maps api key has to be present in the debug and release version
- Rebuild the application
- Run the application on Emulator or physical device using Android Studio
Note* Ensure your Google play services are at 11.0.2 version.
- Glide
- Butterknife
- Rxjava 2
- Retrofit 2
- Gson
- Retrofit2 Rxjava2 adapter
- Logging interceptor
- ExoPlayer
- Schematic
MIT License
Copyright (c) 2017 Dilip Kumar
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.























