{"id":24962086,"url":"https://github.com/manojkp08/growigh","last_synced_at":"2026-04-28T11:33:52.457Z","repository":{"id":179340360,"uuid":"663022559","full_name":"manojkp08/Growigh","owner":"manojkp08","description":"News App that fetches news from the News API. The app uses Retrofit 2 for making HTTP requests, Gson converter for parsing JSON responses, and Picasso for loading images.","archived":false,"fork":false,"pushed_at":"2024-06-21T07:21:15.000Z","size":5476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T22:34:35.298Z","etag":null,"topics":["android","data-binding","kotlin","rest-api","retrofit2"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/manojkp08.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":"2023-07-06T11:41:00.000Z","updated_at":"2024-06-21T07:18:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ea24b47-a2cc-4d45-9d73-d75506d2f9df","html_url":"https://github.com/manojkp08/Growigh","commit_stats":null,"previous_names":["manojkp08/growigh"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/manojkp08/Growigh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkp08%2FGrowigh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkp08%2FGrowigh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkp08%2FGrowigh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkp08%2FGrowigh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojkp08","download_url":"https://codeload.github.com/manojkp08/Growigh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkp08%2FGrowigh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","data-binding","kotlin","rest-api","retrofit2"],"created_at":"2025-02-03T08:58:33.029Z","updated_at":"2026-04-28T11:33:52.426Z","avatar_url":"https://github.com/manojkp08.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Growigh\n\nThis is a simple News App that fetches news from the News API. \nThe app uses Retrofit 2 for making HTTP requests,\nGson converter for parsing JSON responses, \nand Picasso for loading images.\n\n## Features\n\n- User-Friendly Interface: Browse news articles from popular sources with ease.\n- Latest News Display: Upon launching the app, the latest articles are presented.\n- Detailed Article View: Tap on any article to view its title, description, and accompanying image (if available).\n- Category Filters: Filter articles by categories such as business, entertainment, health, science, sports, and technology.\n\n## Installation\n\nTo run the app on your local machine, follow these steps:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/manojkp08/Growigh.git\n    ```\n2. Open Android Studio and select \"Open an existing project.\"\n3. Navigate to the cloned repository and select it to open the project.\n4. Let Android Studio import and build the project. Ensure all dependencies are resolved.\n5. Connect an Android emulator or a physical device.\n6. Click on \"Run\" or use the shortcut `Shift + F10` to build and run the app.\n\n## Screenshots\n\n\u003cimg src=\"https://github.com/manojkp08/Growigh/assets/122171992/0f22e3bb-97b2-4402-9daf-a6e7776f3341\" width=\"180\"\u003e\n\u003cimg src=\"https://github.com/manojkp08/Growigh/assets/122171992/ce0daa59-7a4d-4d61-a666-4a35b3ceec7c\" width=\"180\"\u003e\n\u003cimg src=\"https://github.com/manojkp08/Growigh/assets/122171992/1391fc5a-95c5-496a-a3c5-a79941d92729\" width=\"180\"\u003e\n\u003cimg src=\"https://github.com/manojkp08/Growigh/assets/122171992/0b078db7-9c82-4a94-860e-42b2e3bf39c1\" width=\"180\"\u003e\n\u003cimg src=\"https://github.com/manojkp08/Growigh/assets/122171992/01604047-78bf-4d37-b9ed-96bf7a4410a2\" width=\"180\"\u003e\n\n## Demo Video\n\nhttps://github.com/manojkp08/Growigh/assets/122171992/4004659f-08f8-4e1f-a1c9-b21f453fb787\n\n## Contributing\n\nWe welcome contributions to Growigh! To contribute, follow these steps:\n\n- Fork the repository and clone it locally.\n- Create a new branch for your feature or bug fix.\n- Make your changes and ensure the code compiles.\n- Test thoroughly to make sure your changes work as expected.\n- Commit your changes and push to your fork.\n- Submit a pull request with a clear description of your changes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojkp08%2Fgrowigh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojkp08%2Fgrowigh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojkp08%2Fgrowigh/lists"}