{"id":13640897,"url":"https://github.com/jineshfrancs/LazyLoadingViews","last_synced_at":"2025-04-20T07:31:12.896Z","repository":{"id":163804804,"uuid":"83797984","full_name":"jineshfrancs/LazyLoadingViews","owner":"jineshfrancs","description":"Loading effect for the child views in Adapter View before binding data from service. ","archived":false,"fork":false,"pushed_at":"2017-06-05T09:54:26.000Z","size":318,"stargazers_count":201,"open_issues_count":0,"forks_count":36,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-09T11:37:06.539Z","etag":null,"topics":["lazy-loading","list"],"latest_commit_sha":null,"homepage":null,"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/jineshfrancs.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}},"created_at":"2017-03-03T12:55:37.000Z","updated_at":"2024-10-18T14:35:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"33e272b7-2871-4a75-9c76-95995febabc8","html_url":"https://github.com/jineshfrancs/LazyLoadingViews","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/jineshfrancs%2FLazyLoadingViews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jineshfrancs%2FLazyLoadingViews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jineshfrancs%2FLazyLoadingViews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jineshfrancs%2FLazyLoadingViews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jineshfrancs","download_url":"https://codeload.github.com/jineshfrancs/LazyLoadingViews/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249864230,"owners_count":21336717,"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":["lazy-loading","list"],"created_at":"2024-08-02T01:01:15.575Z","updated_at":"2025-04-20T07:31:12.612Z","avatar_url":"https://github.com/jineshfrancs.png","language":"Java","funding_links":[],"categories":["进度条"],"sub_categories":[],"readme":"# LazyLoadingViews\nLoading effect for the child views in Adapter View before binding data from service. \n\n![Output sample](https://github.com/jineshfrancs/LazyLoadingViews/blob/master/screens/loading.gif)\n\nJust add the loading views in adapter layout.\n```\n  \u003ctest.jinesh.loadingviews.LoadingTextView\n            android:layout_width=\"match_parent\"\n            android:textColor=\"#000\"\n            android:id=\"@+id/city\"\n            android:layout_margin=\"5dp\"\n            android:layout_weight=\"1\"\n            android:gravity=\"center_vertical\"\n            android:textSize=\"18sp\"\n            android:layout_height=\"0dp\" /\u003e\n\t\t\t\n```\nCall ```startLoading()``` to show loading effect on views.\n\n```\n    LoadingTextView cityText = (LoadingTextView) view.findViewById(R.id.city);\n\tcityText.startLoading();\n```\n\nCall ```stopLoading()``` to hide loading effect on views.\n\n```\ncityText.stopLoading();\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjineshfrancs%2FLazyLoadingViews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjineshfrancs%2FLazyLoadingViews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjineshfrancs%2FLazyLoadingViews/lists"}