{"id":21384024,"url":"https://github.com/zaprogrammer/ny-android-assess","last_synced_at":"2025-08-19T13:13:40.426Z","repository":{"id":90254825,"uuid":"184924790","full_name":"zaprogrammer/NY-Android-Assess","owner":"zaprogrammer","description":"NY Times Most Popular Articles Android project Assessment","archived":false,"fork":false,"pushed_at":"2019-05-04T21:53:24.000Z","size":317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T11:41:35.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zaprogrammer.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-05-04T17:24:55.000Z","updated_at":"2019-05-04T21:53:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"82f00cbe-32d6-48c6-a809-a31fe6a5edea","html_url":"https://github.com/zaprogrammer/NY-Android-Assess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaprogrammer/NY-Android-Assess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaprogrammer%2FNY-Android-Assess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaprogrammer%2FNY-Android-Assess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaprogrammer%2FNY-Android-Assess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaprogrammer%2FNY-Android-Assess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaprogrammer","download_url":"https://codeload.github.com/zaprogrammer/NY-Android-Assess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaprogrammer%2FNY-Android-Assess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271158553,"owners_count":24709091,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-22T11:37:36.732Z","updated_at":"2025-08-19T13:13:40.377Z","avatar_url":"https://github.com/zaprogrammer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Application Technology Assessment\n===================================\n\nThis application was built using **MVP** Design Pattern, and in mind clean architecture.\n\nThe application uses the NY Times API as below;\n\n[http://api.nytimes.com/svc/mostpopular/v2/viewed/30.json?api-key=wzXI9F5g6tpL9FSXqE9xlyde0Lk006eo](http://api.nytimes.com/svc/mostpopular/v2/viewed/30.json?api-key=wzXI9F5g6tpL9FSXqE9xlyde0Lk006eo)\n\nGetting Started\n---------------\n\n#### Build\n- Build Application from command line using gradle\n    - Go to application folder\n    - Run below command (without the **$** sign)\n```sh\n$ ./gradlew build\n```\n\n#### Unit Test\n- Run JUnit Tests\n```sh\n$ ./gradlew connectedAndroidTest\n```\nThen you can see reports in build/reports/androidTests/connected/index.html path\n\n\n#### [FindBugs](https://github.com/ChaitanyaPramod/findbugs-android)\n- Run **FindBugs** for Static Code Analysis\n```sh\n$ ./gradlew findbugs\n```\n\n#### [SonarCube](https://www.sonarqube.org/)\n* [Download](https://www.sonarqube.org/downloads/) the SonarQube Community Edition\n* Unzip it, on windows (ex. C:\\sonarqube) or on linux (ex. /opt/sonarqube)\n* Start the SonarQube Server:\n```sh\n# On Windows, execute:\nC:\\sonarqube\\bin\\windows-x86-xx\\StartSonar.bat\n\n# On other operating systems, as a non-root user execute:\n/opt/sonarqube/bin/[OS]/sonar.sh console\n```\n\n* Log in to http://localhost:9000 with System Administrator credentials (admin/admin) and follow the embedded tutorial to analyze your first project.\n* Go to [http://localhost:9000/admin/projects_management](http://localhost:9000/admin/projects_management) and press \"Create project\" button.\n* Run the below in the command line to start analysing the project code\n```sh\n./gradlew sonarqube   -Dsonar.host.url=http://localhost:9000   -Dsonar.login=8f0e063d6007c08d7af40c98ecce5c5cb9c284fa\n```\n\n-------------------------------------------------------\n### Below are the libraries were used in this app\n- Retrofit - For Network communication\n- OKHttp - Interceptor to use with Retrofit\n- Dagger2 - For DI\n- RxAndroid - Reactive programming\n- Butter Knife - for Views DI\n- Picasso - Image library\n- CardView - CardView compatibility on older devices\n- Gson\n- CircleImageView\n- RecyclerView\n- AutoValue - Generate Immutable value classes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaprogrammer%2Fny-android-assess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaprogrammer%2Fny-android-assess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaprogrammer%2Fny-android-assess/lists"}