{"id":15352684,"url":"https://github.com/therajanmaurya/xyzreader","last_synced_at":"2026-04-24T23:32:38.705Z","repository":{"id":82380619,"uuid":"75617877","full_name":"therajanmaurya/XYZReader","owner":"therajanmaurya","description":"XYZ Reader Android Application During the Nanodegree program by Udacity","archived":false,"fork":false,"pushed_at":"2016-12-31T14:12:48.000Z","size":1957,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T14:53:06.529Z","etag":null,"topics":["android","android-sdk","butterknife","checkstyle","dagger2","http3","mvc-framework","retrofit2"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/therajanmaurya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-12-05T11:20:18.000Z","updated_at":"2017-11-15T14:34:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2f65d3a-ed44-4b20-9e66-c9a3b358f92f","html_url":"https://github.com/therajanmaurya/XYZReader","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"fcdb8c72a6ca69a8ec6c4269c0b7cfe1b562d0c4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/therajanmaurya/XYZReader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therajanmaurya%2FXYZReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therajanmaurya%2FXYZReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therajanmaurya%2FXYZReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therajanmaurya%2FXYZReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/therajanmaurya","download_url":"https://codeload.github.com/therajanmaurya/XYZReader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therajanmaurya%2FXYZReader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259429999,"owners_count":22856167,"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":["android","android-sdk","butterknife","checkstyle","dagger2","http3","mvc-framework","retrofit2"],"created_at":"2024-10-01T12:10:04.079Z","updated_at":"2026-04-24T23:32:38.664Z","avatar_url":"https://github.com/therajanmaurya.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XYZ Reader\n\nXYZ Reader: A mock RSS feed reader featuring banner photos and shocking headlines! and project was created for the Android Developer Nanodegree program by Udacity. app meets the Material Design specifications based on some design specifications.\n\n#ScreenShots\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/therajanmaurya/XYZReader/master/screenshot/home.png\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/therajanmaurya/XYZReader/master/screenshot/detail.png\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/therajanmaurya/XYZReader/master/screenshot/detail2.png\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nLibraries and tools included:\n\n- Support libraries\n- RecyclerViews and CardViews \n- [RxJava](https://github.com/ReactiveX/RxJava) and [RxAndroid](https://github.com/ReactiveX/RxAndroid) \n- [Retrofit 2](http://square.github.io/retrofit/)\n- [Dagger 2](http://google.github.io/dagger/)\n- [SqlBrite](https://github.com/square/sqlbrite)\n- [Butterknife](https://github.com/JakeWharton/butterknife)\n- [Timber](https://github.com/JakeWharton/timber)\n- [Glide](https://github.com/bumptech/glide)\n- [AutoValue](https://github.com/google/auto/tree/master/value) with extensions [AutoValueParcel](https://github.com/rharter/auto-value-parcel) and [AutoValueGson](https://github.com/rharter/auto-value-gson)\n- Functional tests with [Espresso](https://google.github.io/android-testing-support-library/docs/espresso/index.html)\n- [Robolectric](http://robolectric.org/)\n- [Mockito](http://mockito.org/)\n- [Checkstyle](http://checkstyle.sourceforge.net/), [PMD](https://pmd.github.io/) and [Findbugs](http://findbugs.sourceforge.net/) for code analysis\n\n## Requirements\n\n- JDK 1.8\n- [Android SDK](http://developer.android.com/sdk/index.html).\n- Android N [(API 24) ](http://developer.android.com/tools/revisions/platforms.html).\n- Latest Android SDK Tools and build tools.\n\n\n## Architecture\n\nThis project follows ribot's Android architecture guidelines that are based on [MVP (Model View Presenter)](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter). Read more about them [here](https://github.com/ribot/android-guidelines/blob/master/architecture_guidelines/android_architecture.md). \n\n![](https://github.com/ribot/android-guidelines/raw/master/architecture_guidelines/architecture_diagram.png)\n\n## Code Quality\n\nThis project integrates a combination of unit tests, functional test and code analysis tools. \n\n### Tests\n\nTo run **unit** tests on your machine:\n\n``` \n./gradlew test\n``` \n\nTo run **functional** tests on connected devices:\n\n``` \n./gradlew connectedAndroidTest\n``` \n\nNote: For Android Studio to use syntax highlighting for Automated tests and Unit tests you **must** switch the Build Variant to the desired mode.\n\n### Code Analysis tools \n\nThe following code analysis tools are set up on this project:\n\n* [PMD](https://pmd.github.io/): It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. See [this project's PMD ruleset](config/quality/pmd/pmd-ruleset.xml).\n\n``` \n./gradlew pmd\n```\n\n* [Findbugs](http://findbugs.sourceforge.net/): This tool uses static analysis to find bugs in Java code. Unlike PMD, it uses compiled Java bytecode instead of source code.\n\n```\n./gradlew findbugs\n```\n\n* [Checkstyle](http://checkstyle.sourceforge.net/): It ensures that the code style follows [our Android code guidelines](https://github.com/ribot/android-guidelines/blob/master/project_and_code_guidelines.md#2-code-guidelines). See our [checkstyle config file](config/quality/checkstyle/checkstyle-config.xml).\n\n```\n./gradlew checkstyle\n```\n\n### The check task\n\nTo ensure that your code is valid and stable use check: \n\n```\n./gradlew check\n```\n\nThis will run all the code analysis tools and unit tests in the following order:\n\n![Check Diagram](images/check-task-diagram.png)\n \n## Distribution\n\nThe project can be distributed using either [Crashlytics](http://support.crashlytics.com/knowledgebase/articles/388925-beta-distributions-with-gradle) or the [Google Play Store](https://github.com/Triple-T/gradle-play-publisher).\n\n### Play Store\n\nWe use the __Gradle Play Publisher__ plugin. Once set up correctly, you will be able to push new builds to\nthe Alpha, Beta or production channels like this\n\n```\n./gradlew publishApkRelease\n```\nRead [plugin documentation](https://github.com/Triple-T/gradle-play-publisher) for more info.\n\n### Crashlytics\n\nYou can also use Fabric's Crashlytics for distributing beta releases. Remember to add your fabric\naccount details to `app/src/fabric.properties`.\n\nTo upload a release build to Crashlytics run:\n\n```\n./gradlew assembleRelease crashlyticsUploadDistributionRelease\n```\n\n## License\n\n```\n    Copyright 2015 Ribot Ltd.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherajanmaurya%2Fxyzreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherajanmaurya%2Fxyzreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherajanmaurya%2Fxyzreader/lists"}