{"id":18812086,"url":"https://github.com/flipboxstudio/sosoito","last_synced_at":"2025-08-30T07:07:17.075Z","repository":{"id":72945532,"uuid":"82696228","full_name":"flipboxstudio/sosoito","owner":"flipboxstudio","description":"Progress layout collection for Android","archived":false,"fork":false,"pushed_at":"2017-06-30T16:52:59.000Z","size":195,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-26T05:39:15.477Z","etag":null,"topics":["android","loading-spinner","progress-bar"],"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/flipboxstudio.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-02-21T15:34:13.000Z","updated_at":"2021-11-09T04:49:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"94e0c163-8b8d-45a3-ad3f-a01eee4e4d36","html_url":"https://github.com/flipboxstudio/sosoito","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/flipboxstudio/sosoito","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxstudio%2Fsosoito","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxstudio%2Fsosoito/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxstudio%2Fsosoito/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxstudio%2Fsosoito/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipboxstudio","download_url":"https://codeload.github.com/flipboxstudio/sosoito/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipboxstudio%2Fsosoito/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272816355,"owners_count":24997765,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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","loading-spinner","progress-bar"],"created_at":"2024-11-07T23:29:42.157Z","updated_at":"2025-08-30T07:07:17.029Z","avatar_url":"https://github.com/flipboxstudio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/flipboxstudio/sosoito.svg)](https://jitpack.io/#flipboxstudio/sosoito)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Sosoito-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5518)\n\n# Sosoito\nSosoito is layout library for Android that can be used to simplify basic needs for loading/progression state.\n\n[Demo / Sample Project](https://github.com/flipboxstudio/mvvm-starter)\n\n\n## Installation\nSosoito can installed by adding the following dependency to your build.gradle file:\n```\nrepositories {\n  jcenter()\n  maven { url \"https://jitpack.io\" }\n}\n```\n```\ndependencies {\n  compile 'com.github.flipboxstudio:sosoito:latest-release'\n}\n```\n## Usage\n###### Basic\nYou can start using sosoito by add your preferable layout in your layout.xml:\n```\n\u003cid.co.flipbox.sosoito.LoadingLayout\n        android:id=\"@+id/loadingLayout\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\u003e\n\n\u003c/id.co.flipbox.sosoito.LoadingLayout\u003e\n```\nThen, access it from your activity/fragment to use it's feature:\n```\n...\nLoadingLayout loadingLayout = (LoadingLayout) findViewById(R.id.loadingLayout);\nloadingLayout.showLoading(true);\n...\n```\n\n###### Available Methods\nEmpty Layout\n* `showEmptyView(boolean)`\n* `showEmptyView(boolean, message)`\n* `showEmptyView(boolean, iconResourceId)`\n* `showEmptyView(boolean, iconResourceId, message)`\n\nCustom Loading Layout\n* `showCustomLoading(boolean)`\n* `showCustomLoading(boolean, message)`\n* `showCustomLoading(boolean, iconResourceId)`\n* `showCustomLoading(boolean, iconResourceId, message)`\n\nLoading (in) layout\n* `showLoading(boolean)`\n* `showLoading(boolean, message)`\n\nProgress Dialog\n* `showProgressDialog()`\n* `showProgressDialog(message)`\n* `setProgressDialogMessage(message)`\n* `hideProgressDialog()`\n\n---\n![screenshot](https://puu.sh/wyeSm/e0972a485c.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipboxstudio%2Fsosoito","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipboxstudio%2Fsosoito","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipboxstudio%2Fsosoito/lists"}