{"id":13848901,"url":"https://github.com/ahorn/android-rss","last_synced_at":"2025-12-18T08:05:49.436Z","repository":{"id":1165734,"uuid":"1057143","full_name":"ahorn/android-rss","owner":"ahorn","description":"Lightweight Android library to parse RSS 2.0 feeds.","archived":false,"fork":false,"pushed_at":"2020-10-13T09:48:48.000Z","size":112,"stargazers_count":528,"open_issues_count":14,"forks_count":179,"subscribers_count":48,"default_branch":"master","last_synced_at":"2024-07-01T10:59:27.569Z","etag":null,"topics":[],"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/ahorn.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}},"created_at":"2010-11-06T16:27:24.000Z","updated_at":"2024-06-21T14:17:26.000Z","dependencies_parsed_at":"2022-08-16T12:20:58.590Z","dependency_job_id":null,"html_url":"https://github.com/ahorn/android-rss","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahorn%2Fandroid-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahorn%2Fandroid-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahorn%2Fandroid-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahorn%2Fandroid-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahorn","download_url":"https://codeload.github.com/ahorn/android-rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213949846,"owners_count":15661681,"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":[],"created_at":"2024-08-04T19:01:01.231Z","updated_at":"2025-12-18T08:05:49.389Z","avatar_url":"https://github.com/ahorn.png","language":"Java","readme":"Package:     org.mcsoxford.rss\nLicense:     Apache License Version 2.0\nAuthors:     A. Horn\nDescription: Lightweight Android library to read parts of RSS 2.0 feeds.\n\n# Installation\n\nAdd as a Maven/Gradle dependency: https://jitpack.io/#ahorn/android-rss\n\nFetch the source code with Git:\n```\n  git clone https://ahorn@github.com/ahorn/android-rss.git\n```\nAlternatively, you can download the sources from github.com/ahorn.\n\nTo reference the downloaded library from within your Android mobile app,\nnavigate to the \u003csdk\u003e/tools/ directory and use the following command:\n```\n  android update project \\\n    --target \u003ctarget_ID\u003e \\\n    --path path/to/your/project \\\n    --library path/to/android-rss\n```\nThis command appends to the `default.properties` file in your Android\nproject a new `android.library.reference` property. The value of this\nnew property should be the relative path to the directory which you\ncreated when you fetched the Android RSS library source code.\n\nHenceforth, android-rss is compiled when ant builds the app which was\nspecified in the --path argument above.\n\nHowever, Eclipse does not work using this method because it does not\nreference anything that is not an Eclipse project. When you try to\ntransform android-rss into an Eclipse project you encounter errors\ndue to the testing directory. To fix these, you have to change the \nsource directory by editing the .classpath file to set `/src/main/java`\nas the source folder.\n\nFor additional questions, see also the Troubleshooting section below.\n\n# Troubleshooting\n\nError \"android resolve to a path with no default.properties file for project\":\n  http://groups.google.com/group/android-developers/browse_thread/thread/37e7728cc2e8f315\n\nAndroid library project documentation:\n  http://developer.android.com/guide/developing/projects/projects-cmdline.html#ReferencingLibraryProject\n\nEclipse reports the error: \"Default target help does not exist in this project\"\n  https://github.com/ahorn/android-rss/issues/2\n\nThis library uses the [HttpURLConnection class](https://developer.android.com/reference/java/net/HttpURLConnection.html), which should work for all versions of Android including\n upcoming versions. (At least up to API 25.)\n\n\n# API Usage\n```\n  RSSReader reader = new RSSReader();\n  String uri = \"http://feeds.bbci.co.uk/news/world/rss.xml\";\n  RSSFeed feed = reader.load(uri);\n```\n# Discussion\n\nhttp://groups.google.com/group/android-developers/browse_thread/thread/b3de98eab436be20\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahorn%2Fandroid-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahorn%2Fandroid-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahorn%2Fandroid-rss/lists"}