{"id":14986964,"url":"https://github.com/rahuljanagouda/statusstories","last_synced_at":"2025-07-12T03:05:33.853Z","repository":{"id":41258178,"uuid":"105382046","full_name":"RahulJanagouda/StatusStories","owner":"RahulJanagouda","description":"Status Stories = Snapchat stories, Instagram stories, Whatsapp Statuses, Facebook Messenger Stories.","archived":false,"fork":false,"pushed_at":"2022-06-30T00:47:54.000Z","size":15745,"stargazers_count":337,"open_issues_count":11,"forks_count":86,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-07T07:08:39.918Z","etag":null,"topics":["android","android-library","facebook","facebook-messenger-stories","hacktoberfest","satus-stories","snapchat","snapchat-stories","whatsapp","whatsapp-statuses"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RahulJanagouda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-30T16:07:18.000Z","updated_at":"2025-02-21T15:49:44.000Z","dependencies_parsed_at":"2022-08-10T01:43:22.742Z","dependency_job_id":null,"html_url":"https://github.com/RahulJanagouda/StatusStories","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/RahulJanagouda%2FStatusStories","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulJanagouda%2FStatusStories/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulJanagouda%2FStatusStories/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulJanagouda%2FStatusStories/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RahulJanagouda","download_url":"https://codeload.github.com/RahulJanagouda/StatusStories/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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":["android","android-library","facebook","facebook-messenger-stories","hacktoberfest","satus-stories","snapchat","snapchat-stories","whatsapp","whatsapp-statuses"],"created_at":"2024-09-24T14:13:53.093Z","updated_at":"2025-04-07T07:08:52.321Z","avatar_url":"https://github.com/RahulJanagouda.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://www.uplabs.com/posts/statusstories\" target=\"_blank\"\u003e\u003cimg src=\"images/demo.gif\" alt=\"Free Bootstrap Theme for Developers and Startups\" align=\"middle\" /\u003e\u003c/a\u003e\n\n\n# StatusStories\n#### [APK Link](https://drive.google.com/file/d/0B4wzT_AFTGhnY3NlNFQzVzdxOHM/view?usp=sharing\u0026resourcekey=0-IhNxXVA5E5wCBPXcwgd_Ig) | [Video Link](https://drive.google.com/file/d/0B4wzT_AFTGhnYVRaZmtzV2ZBLUU/view?usp=sharing\u0026resourcekey=0-ierphtAdiUJkY9tvCfhTlQ) | [Up labs](https://www.uplabs.com/posts/statusstories)\nStatusStories helps you implement Photo Stories similar to\n- Snapchat stories\n- Instagram stories\n- Whatsapp Statuses\n- Facebook Messenger Stories\n\n\u003cimg src=\"images/i0001.jpg\" width=216 height=400 /\u003e \u003cimg src=\"images/i0002.jpg\" width=216 height=400 /\u003e \u003cimg src=\"images/i0006.jpg\" width=216 height=400 /\u003e \u003cimg src=\"images/i0004.jpg\" width=216 height=400 /\u003e\n\n\n## Features at glance\n- Highly customizable Stories view\n- Click left right edge to move forward or previous just like WhatsApp\n- Hold the center area to pause\n- Cache the images using glide\n- Progress bar indicates the downloaded content from the internet\n- Immersive mode enables the more engaging experience\n- Control the duration of each Story\n- Finishes after the last story ends\n\n\n## Install\n#1 Add the below lines in your root build.gradle. This library is using glide internally to download and cache the images.\n\n```groovy\n\tallprojects {\n        repositories {\n            ...\n            jcenter()\n            maven { url \"https://jitpack.io\" }\n            maven { name 'glide-snapshot'; url 'http://oss.sonatype.org/content/repositories/snapshots' }\n        }\n    }\n```\n\n#2. Add the dependency\n```\n\tdependencies {\n\t        compile 'com.github.RahulJanagouda:StatusStories:1.0.1'\n\t}\n```\n\n## How to Use\nLaunch the activity with the configuration\n```java\n    //urls array that should be shown as a story\n    private final String[] resources = new String[]{\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00001.jpg?alt=media\u0026token=460667e4-e084-4dc5-b873-eefa028cec32\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00002.jpg?alt=media\u0026token=e8e86192-eb5d-4e99-b1a8-f00debcdc016\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00004.jpg?alt=media\u0026token=af71cbf5-4be3-4f8a-8a2b-2994bce38377\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00005.jpg?alt=media\u0026token=7d179938-c419-44f4-b965-1993858d6e71\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00006.jpg?alt=media\u0026token=cdd14cf5-6ed0-4fb7-95f5-74618528a48b\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00007.jpg?alt=media\u0026token=98524820-6d7c-4fb4-89b1-65301e1d6053\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00008.jpg?alt=media\u0026token=7ef9ed49-3221-4d49-8fb4-2c79e5dab333\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00009.jpg?alt=media\u0026token=00d56a11-7a92-4998-a05a-e1dd77b02fe4\",\n            \"https://firebasestorage.googleapis.com/v0/b/firebase-satya.appspot.com/o/images%2Fi00010.jpg?alt=media\u0026token=24f8f091-acb9-432a-ae0f-7e6227d18803\",\n    };\n\n        //launch with presettings\n        Intent a = new Intent(view.getContext(), StatusStoriesActivity.class);\n        a.putExtra(StatusStoriesActivity.STATUS_RESOURCES_KEY, resources);\n        a.putExtra(StatusStoriesActivity.STATUS_DURATION_KEY, 3000L);\n        a.putExtra(StatusStoriesActivity.IS_IMMERSIVE_KEY, true);\n        a.putExtra(StatusStoriesActivity.IS_CACHING_ENABLED_KEY, true);\n        a.putExtra(StatusStoriesActivity.IS_TEXT_PROGRESS_ENABLED_KEY, true);\n        startActivity(a);\n\n```\nInspired by [StoriesProgressView](https://github.com/shts/StoriesProgressView)\n# TODO\n\n- [ ] Write tests 🌚\n- [ ] Pre-fetch/pre-load the next image\n- [ ] Supporting customizing contents loaded in each screen Video, Gifs, anyt view\n- [ ] Implement swipeable\n\n## License\n\n```\nCopyright (C) 2017 Rahul Janagouda\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuljanagouda%2Fstatusstories","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahuljanagouda%2Fstatusstories","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuljanagouda%2Fstatusstories/lists"}