{"id":15986207,"url":"https://github.com/bradmartin/nativescript-liquid-loader","last_synced_at":"2025-06-11T20:35:45.120Z","repository":{"id":57308658,"uuid":"62241691","full_name":"bradmartin/nativescript-liquid-loader","owner":"bradmartin","description":"NativeScript plugin for a slick liquid loading animation.","archived":false,"fork":false,"pushed_at":"2016-06-29T16:45:00.000Z","size":1838,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T06:14:39.525Z","etag":null,"topics":["android","animation","nativescript-plugin"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bradmartin.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":"2016-06-29T16:37:34.000Z","updated_at":"2017-02-17T18:01:50.000Z","dependencies_parsed_at":"2022-08-29T04:52:49.033Z","dependency_job_id":null,"html_url":"https://github.com/bradmartin/nativescript-liquid-loader","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/bradmartin%2Fnativescript-liquid-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-liquid-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-liquid-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-liquid-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradmartin","download_url":"https://codeload.github.com/bradmartin/nativescript-liquid-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247251567,"owners_count":20908530,"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","animation","nativescript-plugin"],"created_at":"2024-10-08T02:43:43.230Z","updated_at":"2025-04-04T21:29:00.405Z","avatar_url":"https://github.com/bradmartin.png","language":"TypeScript","readme":"[![npm](https://img.shields.io/npm/v/nativescript-liquid-loader.svg)](https://www.npmjs.com/package/nativescript-liquid-loader)\n[![npm](https://img.shields.io/npm/dt/nativescript-liquid-loader.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-liquid-loader)\n\n# NativeScript-Liquid-Loader\nNativescript plugin for a slick liquid loading animation.\n\n*Android Only - API 18+*\n\n## IMPORTANT\nTo use this plugin you need to modify the *AndroidManifest.xml* located in `App_Resources/Android`.\nYou need the **tools** namespace, `xmlns:tools=\"http://schemas.android.com/tools\"`, added to the top of the file in the `\u003cmanifest\u003e` tag.\n\n You also need to add `tools:overrideLibrary=\"com.gospelware.liquidbutton\"` to the `\u003cuses-sdk\u003e` tag.\n\n For more info see the *AndroidManifest.xml* in the demo app.\n\n\n\n## Sample\n\n![Demo](./screens/liquid.gif)\n\n#### Native Library\n[LiquidButton](https://github.com/yoruriko/LiquidButton)\n\n### Installation\nFrom your command prompt/termial go to your app's root folder and execute:\n\n`tns plugin add nativescript-liquid-loader`\n\n## Usage\n#### XML:\n```XML\n\u003cPage \n  xmlns=\"http://schemas.nativescript.org/tns.xsd\" \n  xmlns:LiquidLoader=\"nativescript-liquid-loader\" \n  loaded=\"pageLoaded\"\u003e\n  \u003cActionBar title=\"Liquid Loader\" /\u003e\n  \u003cStackLayout\u003e\n\n    \u003cLiquidLoader:LiquidLoader id=\"liquidLoader\" height=\"400\" pourFinish=\"{{ pourFinished }}\" /\u003e\n\n    \u003cButton text=\"Start Animation\" tap=\"{{ startThePour }}\" /\u003e\n\n  \u003c/StackLayout\u003e\n\u003c/Page\u003e\n\n```\n\n## API\n\n- **startPour()** - Starts the animation.\n- **pourFinish()** - Event executed when the animation finishes.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmartin%2Fnativescript-liquid-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradmartin%2Fnativescript-liquid-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmartin%2Fnativescript-liquid-loader/lists"}