{"id":18567497,"url":"https://github.com/anwesh43/redux-for-android","last_synced_at":"2026-04-18T15:34:45.670Z","repository":{"id":82353845,"uuid":"88287087","full_name":"Anwesh43/redux-for-android","owner":"Anwesh43","description":"An android module implementing famous redux for react architecture  ","archived":false,"fork":false,"pushed_at":"2017-04-14T17:30:18.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T20:10:03.299Z","etag":null,"topics":["android","android-library","android-ui","redux"],"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/Anwesh43.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":"2017-04-14T17:09:52.000Z","updated_at":"2017-04-14T17:39:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"be4aeb99-eab9-4515-900d-000e9abe194c","html_url":"https://github.com/Anwesh43/redux-for-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anwesh43/redux-for-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anwesh43%2Fredux-for-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anwesh43%2Fredux-for-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anwesh43%2Fredux-for-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anwesh43%2Fredux-for-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anwesh43","download_url":"https://codeload.github.com/Anwesh43/redux-for-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anwesh43%2Fredux-for-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31974652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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","android-library","android-ui","redux"],"created_at":"2024-11-06T22:26:48.527Z","updated_at":"2026-04-18T15:34:45.625Z","avatar_url":"https://github.com/Anwesh43.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Redux For Android\n\n#### Implementing redux for android\n\n\n### Usage\n\n#### Adding the dependencies in build.gradle\n\n```\n    dependencies {\n        compile project(':redux')\n    }\n```\n\n#### Creating a custom Action class\n\n```\n    class CustomAction {\n        private String type=\"CUSTOM\";\n        public CustomAction() {\n          super(\"CUSTOM\");\n        }\n    }\n```\n##### CustomAction can also hold some data required for the action\n\n#### Creating reducer\n\n```\n    Reducer reducer = new Reducer() {\n        public void onReduce(State state,Action action) {\n            switch(action.type) {\n\n            }\n        }\n    }\n```\n\n#### Creating store\n\n```\n    Store store = Store.createStore(store);\n```\n\n#### Subscribing for store changes\n```\n    store.subscribe(new StoreSubscriber() {\n        public void onSubscribe() {\n\n        }\n    });\n```\n\n#### Dispatching an Action to store\n\n```\n    store.dispatch(action);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanwesh43%2Fredux-for-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanwesh43%2Fredux-for-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanwesh43%2Fredux-for-android/lists"}