{"id":22819952,"url":"https://github.com/devdhera/guide-to-andriod-apps","last_synced_at":"2026-05-01T15:32:43.054Z","repository":{"id":101417328,"uuid":"170958101","full_name":"DevDHera/Guide-to-Andriod-Apps","owner":"DevDHera","description":"Building an Android News App with the help of newsapi","archived":false,"fork":false,"pushed_at":"2019-02-21T18:22:06.000Z","size":1828,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T23:15:35.791Z","etag":null,"topics":["android","app","newsapi","simple-guide"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevDHera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-02-16T03:26:27.000Z","updated_at":"2019-02-21T18:22:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b367ec8-c8fd-4cce-9afc-27e5aad38241","html_url":"https://github.com/DevDHera/Guide-to-Andriod-Apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevDHera/Guide-to-Andriod-Apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FGuide-to-Andriod-Apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FGuide-to-Andriod-Apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FGuide-to-Andriod-Apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FGuide-to-Andriod-Apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevDHera","download_url":"https://codeload.github.com/DevDHera/Guide-to-Andriod-Apps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FGuide-to-Andriod-Apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["android","app","newsapi","simple-guide"],"created_at":"2024-12-12T15:15:15.181Z","updated_at":"2026-05-01T15:32:43.033Z","avatar_url":"https://github.com/DevDHera.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guide to Android Apps :sunglasses:\n\nThis project aims to cover the basics of Android Apps by creating your very own `News Portal`.\n\n\n## What we will use :astonished:\n\nFollowing is our tech stack.\n\n* Java (:unamused: Sorry, No `Kotlin`)\n* Retrofit \n* Glide\n* GSON\n* Prettytime\n\nWe will use [NewsApi](https://newsapi.org/) as news feeder.\n\n## Look at the Codebase\n\n```java\npublic static Retrofit getApiClient() {\n\n    if (retrofit == null) {\n        retrofit = new Retrofit.Builder()\n                .baseUrl(BASE_URL)\n                .client(getUnsafeOkHttpClient().build())\n                .addConverterFactory(GsonConverterFactory.create())\n                .build();\n\n    }\n    return retrofit;\n}\n```\n\n## Steps to Run\n\nSimply clone the project using the following command.\n\n```sh\ngit clone https://github.com/DevDHera/Guide-to-Andriod-Apps.git\n```\nOr you can checkout from the VCS using the **Android Studio**.\n\nAfter that make sure to add your own **API Key**(obtained from [newsapi.org](https://newsapi.org/)) to the following line in `.MainActivity.java`.\n\n```java\npublic static final String API_KEY = \"API_KEY\";\n```\n\nThat's it. Now enjoy your own news portal :ok_hand:\n\n\n## Now what :question:\n\nFind bugs :beetle: and create issues :blush:.\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdhera%2Fguide-to-andriod-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdhera%2Fguide-to-andriod-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdhera%2Fguide-to-andriod-apps/lists"}