{"id":19162351,"url":"https://github.com/agilie/mobilegift","last_synced_at":"2025-08-20T03:45:07.260Z","repository":{"id":71905358,"uuid":"88159971","full_name":"agilie/MobileGift","owner":"agilie","description":"Simplifies interaction with GIF images.","archived":false,"fork":false,"pushed_at":"2017-07-11T09:21:19.000Z","size":3833,"stargazers_count":45,"open_issues_count":0,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-19T21:24:47.854Z","etag":null,"topics":["animation","easter","fox","gif","gif-animation","gif-image","kotlin-android","viewgroup"],"latest_commit_sha":null,"homepage":"https://agilie.com","language":"Kotlin","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/agilie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-04-13T11:56:26.000Z","updated_at":"2024-04-25T23:44:31.000Z","dependencies_parsed_at":"2023-09-12T17:17:11.728Z","dependency_job_id":null,"html_url":"https://github.com/agilie/MobileGift","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FMobileGift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FMobileGift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FMobileGift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FMobileGift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilie","download_url":"https://codeload.github.com/agilie/MobileGift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252861927,"owners_count":21815775,"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":["animation","easter","fox","gif","gif-animation","gif-image","kotlin-android","viewgroup"],"created_at":"2024-11-09T09:10:24.011Z","updated_at":"2025-05-07T10:42:07.268Z","avatar_url":"https://github.com/agilie.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AGMobileGift\n\n[ ![Download](https://api.bintray.com/packages/agilie/maven/AGMobileGiftInterface/images/download.svg) ](https://bintray.com/agilie/maven/AGMobileGiftInterface/_latestVersion)\n\nCheck the [fox](https://dribbble.com/shots/3459471-Animations-for-GitHub-open-source-libraries) and the [ladybug](https://dribbble.com/shots/3432735-Animations-for-GitHub-open-source-libraries) gifs on Dribbble!\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/1777595/25045287/34a42230-2134-11e7-8d86-ff64100ad61a.gif\" width=\"32%\"\u003e \u003cimg src=\"https://cloud.githubusercontent.com/assets/1777595/25045289/34a52400-2134-11e7-8488-3cbe18b63736.gif\" width=\"32%\"\u003e \u003cimg src=\"https://cloud.githubusercontent.com/assets/1777595/25045288/34a42e7e-2134-11e7-98b6-a5d6e6754982.gif\" width=\"32%\"\u003e\n\n[Agilie Team](https://agilie.com/en/ios-development-services) would like to offer you our new lightweight open-source library called AGMobileGiftInterface. \nThis library simplifies interaction with GIF images and can be easily integrated into your project.\n\nWhen can you use AGMobileGift?\nUse our library if you need to show a GIF image after performing a certain pre-specified action. AGMobileGiftInterface can also be helpful for creating animated greetings, designing splash screens or loading, upgrading and supplementing online games as well as in other similar cases.\nOur library helps you achieve the desired result in an easy way with as little lines of code as possible.\n\n## Example\n\n### How does it work?\n\nAfter an animated picture has been played, the controller managing it closes. And if you want to add a new image, just put it into the project and provide the GIF path as parameter and call method *show*. \n\n````kotlin\nval giftInterfaceImpl = AGMobileGiftInterfaceImpl()\ngiftInterfaceImpl.show(this, R.drawable.lady_bug)\n\n````\n\n### Our example of using AGMobileGift\nWe’ve used this library when working on Easter greeting program. Quite simple, it has 3 GIF images in its reserve (Ladybird, Rabbit, Fox) but can also be supplemented with new ones. \nWe made example to congratulate the use on the day of Easter.\n\n## Usage\n\n### Gradle\n\nAdd dependency in your `build.gradle` file:\n````\ncompile 'com.agilie:mobile-gift:1.0'\n````\n\n### Maven\nAdd rependency in your `.pom` file:\n````\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.agilie\u003c/groupId\u003e\n  \u003cartifactId\u003emobile-gift\u003c/artifactId\u003e\n  \u003cversion\u003e1.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n````\n\n## Requirements\n\nAGMobileGift works on Android API 19+\n\n## Troubleshooting\n\nProblems? Check the [Issues](https://github.com/agilie/AGMobileGift/issues) block\nto find the solution or create an new issue that we will fix asap.\n\n\n## Author\n\nThis library is open-sourced by [Agilie Team](https://www.agilie.com?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=Git_Android_Kotlin\u0026utm_term=MobileGift) \u003cinfo@agilie.com\u003e\n\n## Contributors\n\n- [Eugene Surkov](https://github.com/ukevgen)\n\n## Contact us\nIf you have any questions, suggestions or just need a help with web or mobile development, please email us at\u003cbr/\u003e \u003candroid@agilie.com\u003e\u003cbr/\u003e\nYou can ask us anything from basic to complex questions. \u003cbr/\u003e\nWe will continue publishing new open-source projects. Stay with us, more updates will follow!\u003cbr/\u003e\n\n## License\n\nThe [MIT](LICENSE.md) License (MIT) Copyright © 2017 [Agilie Team](https://www.agilie.com?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=Git_Android_Kotlin\u0026utm_term=MobileGift)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilie%2Fmobilegift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilie%2Fmobilegift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilie%2Fmobilegift/lists"}