{"id":20094882,"url":"https://github.com/armdev19/earth-photos","last_synced_at":"2026-06-04T22:31:27.460Z","repository":{"id":85017628,"uuid":"211516419","full_name":"armdev19/earth-photos","owner":"armdev19","description":"Erth Photos connects to NASA server and displays photos by day","archived":false,"fork":false,"pushed_at":"2019-10-03T15:12:49.000Z","size":18829,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:32:59.337Z","etag":null,"topics":["gson","interpreter","java","okhttp3","retrofit2","rxjava2"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/armdev19.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-28T14:53:56.000Z","updated_at":"2020-01-15T04:45:20.000Z","dependencies_parsed_at":"2023-03-13T04:00:48.438Z","dependency_job_id":null,"html_url":"https://github.com/armdev19/earth-photos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armdev19%2Fearth-photos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armdev19%2Fearth-photos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armdev19%2Fearth-photos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armdev19%2Fearth-photos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armdev19","download_url":"https://codeload.github.com/armdev19/earth-photos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533720,"owners_count":19977843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gson","interpreter","java","okhttp3","retrofit2","rxjava2"],"created_at":"2024-11-13T16:52:55.712Z","updated_at":"2025-03-02T16:18:49.891Z","avatar_url":"https://github.com/armdev19.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Earth Photos Example\n\nEarth Photos - This application uses NASA's API to display photos of the planet Earth. The user can select both the day of the photo and the time of the photo. The Earth of Photos allows the user to send favorite photos to friends using any social networks. And also allows you to set your favorite photos as wallpaper on your device.\n\nYou can use this application to study the architecture and third-party libraries used in this project.\n\n## Project DEMO\n\n![Alt Text](https://user-images.githubusercontent.com/55914555/65821768-34eeca80-e24b-11e9-86a0-c4c9242c5940.gif)\n\n\n\u003cb\u003eminSdkVersion - 21 (Lollipop) /\ntargetSdkVersion - 29 (Android 10)\u003c/b\u003e\n\n\u003cb\u003eArchitecture:\u003c/b\u003e Observer\n\n\u003cb\u003eTo use the program you need to get a key on the NASA website, this key has a limit of 1000 requests per day.\u003c/b\u003e\n\u003cb\u003eLink to NASA website \u003c/b\u003e \u003ca href=\"NASA website\"\u003ehttps://api.nasa.gov/\u003c/a\u003e\n\n### Used libraries\n\n* \u003cb\u003eRxJava 2\u003c/b\u003e\n* \u003cb\u003eRetrofit 2\u003c/b\u003e\n* \u003cb\u003eOkhttp 3\u003c/b\u003e\n* \u003cb\u003eSubsampling scale image view\u003c/b\u003e\n* \u003cb\u003eUniversal image loader\u003c/b\u003e\n* \u003cb\u003eKenburnsview\u003c/b\u003e\n\n\n![1 1](https://user-images.githubusercontent.com/55914555/65821493-4df57c80-e247-11e9-8996-562ab0b72af5.png)\n![1 2](https://user-images.githubusercontent.com/55914555/65821494-4df57c80-e247-11e9-8554-efff18013c21.png)\n![1 3](https://user-images.githubusercontent.com/55914555/65821495-4e8e1300-e247-11e9-938b-32acbd571b40.png)\n![1 4](https://user-images.githubusercontent.com/55914555/65821496-4e8e1300-e247-11e9-959f-9ea95fcb563e.png)\n\n-------------------------------------------------------------------------------------------------\n\n\u003cb\u003eimplementation 'com.squareup.retrofit2:retrofit:2.4.0'\u003c/b\u003e - Retrofit REST client\n\n\u003cb\u003eimplementation 'com.squareup.okhttp3:okhttp:4.0.0'\u003c/b\u003e - okHttp HTTP client\n\n\u003cb\u003eimplementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'\u003c/b\u003e - RxJava adapter for Retrofit\n\n\u003cb\u003eimplementation 'com.squareup.okhttp3:logging-interceptor:4.0.0'\u003c/b\u003e - Logger for okHttp\n\n\u003cb\u003eimplementation 'com.squareup.retrofit2:converter-gson:2.4.0'\u003c/b\u003e - JSON converter for GSON\n\n\u003cb\u003eimplementation 'com.google.code.gson:gson:2.8.5'\u003c/b\u003e - GSON - parser library to JSON\n\n\u003cb\u003eimplementation 'io.reactivex.rxjava2:rxjava:2.2.8'\u003c/b\u003e - RxJava is a Reactive Programming library\n\n\u003cb\u003eimplementation 'io.reactivex.rxjava2:rxandroid:2.0.1'\u003c/b\u003e - RxJava for Android\n\n\u003cb\u003eimplementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'\u003c/b\u003e - Scalable ImageView\n\n\u003cb\u003eimplementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'\u003c/b\u003e - Image loader\n\n\u003cb\u003eimplementation 'com.flaviofaria:kenburnsview:1.0.7'\u003c/b\u003e - ImageView Animated Effect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmdev19%2Fearth-photos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmdev19%2Fearth-photos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmdev19%2Fearth-photos/lists"}