{"id":13396321,"url":"https://github.com/EyalBira/loading-dots","last_synced_at":"2025-03-13T22:32:14.222Z","repository":{"id":37927585,"uuid":"47453762","full_name":"EyalBira/loading-dots","owner":"EyalBira","description":"Customizable bouncing dots for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.","archived":false,"fork":false,"pushed_at":"2018-05-05T22:20:10.000Z","size":1916,"stargazers_count":164,"open_issues_count":4,"forks_count":44,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-31T18:17:06.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EyalBira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-05T11:45:46.000Z","updated_at":"2024-03-13T14:06:08.000Z","dependencies_parsed_at":"2022-07-21T00:32:18.075Z","dependency_job_id":null,"html_url":"https://github.com/EyalBira/loading-dots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EyalBira%2Floading-dots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EyalBira%2Floading-dots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EyalBira%2Floading-dots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EyalBira%2Floading-dots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EyalBira","download_url":"https://codeload.github.com/EyalBira/loading-dots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221417404,"owners_count":16816882,"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-07-30T18:00:44.844Z","updated_at":"2024-10-25T10:32:11.572Z","avatar_url":"https://github.com/EyalBira.png","language":"Java","readme":"# LoadingDots for Android\n\nCustomizable bouncing dots view for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.\n\n## Features\n\n - LoadingDots animated view\n - Use in xml\n - Customize dots appearance\n - Customize animation behavior\n - Customize animation duration\n\n## Demo\n\n![](screens/demo.gif)\n\n## Import\n\n ```xml\n    compile 'com.eyalbira.loadingdots:loading-dots:1.0.2'\n ```\n\n## Usage\n\nFor basic usage, simply add to layout xml:\n\n ```xml\n    \u003ccom.eyalbira.loadingdots.LoadingDots\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"/\u003e\n ```\n\nTo customize, simply use the needed view attributes:\n\n ```xml\n    \u003ccom.eyalbira.loadingdots.LoadingDots\n            xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n\n            app:LoadingDots_auto_play=\"true\"\n\n            app:LoadingDots_dots_color=\"@android:color/holo_blue_light\"\n            app:LoadingDots_dots_count=\"4\"\n            app:LoadingDots_dots_size=\"3dp\"\n            app:LoadingDots_dots_space=\"1dp\"\n\n            app:LoadingDots_loop_duration=\"800\"\n            app:LoadingDots_loop_start_delay=\"100\"\n\n            app:LoadingDots_jump_duration=\"200\"\n            app:LoadingDots_jump_height=\"4dp\"/\u003e\n ```\n","funding_links":[],"categories":["Index `(light-weight pages)`","Index"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEyalBira%2Floading-dots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEyalBira%2Floading-dots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEyalBira%2Floading-dots/lists"}