{"id":363,"date":"2020-04-13T16:01:01","date_gmt":"2020-04-13T08:01:01","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=363"},"modified":"2021-02-19T16:32:09","modified_gmt":"2021-02-19T08:32:09","slug":"github-%e5%a5%bd%e7%94%a8%e5%88%86%e4%ba%abandroid-lottie","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/github-%e5%a5%bd%e7%94%a8%e5%88%86%e4%ba%abandroid-lottie\/","title":{"rendered":"Github \u597d\u7528\u5206\u4eabAndroid Lottie"},"content":{"rendered":"<h3>1.\u5148\u5c0e\u5165\u51fd\u793a\u5eab(build.gradle: Module)<\/h3>\n<pre><code class=\"language-Gradle line-numbers\">dependencies {\n    implementation 'com.airbnb.android:lottie:3.6.1'\n}\n<\/code><\/pre>\n<h3>2.\u5275\u5efaAndroid\u7684assets\u76ee\u9304<\/h3>\n<h4>\u8f49\u5230Project\u4e0b\u89c0\u770b \u5728main\u76ee\u9304\u4e0b\u6309\u53f3\u9375<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/456.png\" alt=\"\" \/><\/p>\n<h4>\u628a\u52d5\u756bjson\u90fd\u653e\u5230\u9019\u500b\u8cc7\u6599\u593e\u88e1<\/h4>\n<h4>\u52d5\u756b\u4e0b\u8f09 <a href=\"https:\/\/lottiefiles.com\/featured\" target=\"_blank\" rel=\"noopener\">https:\/\/lottiefiles.com\/featured<\/a><\/h4>\n<h3>3.XML\u8072\u660e\u8981\u64a5\u653e\u7684\u52d5\u756b<\/h3>\n<pre><code class=\"language-XML line-numbers\">&lt;com.airbnb.lottie.LottieAnimationView\n    android:id=\"@+id\/lottie_dinosaur\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    app:lottie_fileName=\"dino.json\" \/\/\u8f09\u5165Json\u6a94\u540d\n    app:lottie_loop=\"true\"  \/\/\u662f\u5426\u8ff4\u5708\u64ad\u653e\n    app:lottie_autoPlay=\"true\" \/\/\u662f\u5426\u81ea\u52d5\u64ad\u653e\n    android:layout_centerInParent=\"true\"\/&gt;\n<\/code><\/pre>\n<h3>4.\u52d5\u756b\u76e3\u807d\u8207\u5176\u4ed6\u64cd\u4f5c<\/h3>\n<pre><code class=\"language-Kotlin line-numbers\">\/\/\u64ad\u653e\nbinding.lottieDinosaur.playAnimation();\n\/\/\u66ab\u505c\nbinding.lottieDinosaur.pauseAnimation();\n\/\/\u53d6\u6d88\nbinding.lottieDinosaur.cancelAnimation();\n\/\/\u7372\u53d6\u52d5\u756b\u6642\u9577\nbinding.lottieDinosaur.getDuration();\n\/\/\u76e3\u807d\nbinding.lottieDinosaur.addAnimatorListener(object : Animator.AnimatorListener {\n    override fun onAnimationRepeat(animation: Animator?) {\n\n    }\n\n    override fun onAnimationEnd(animation: Animator?) {\n\n    }\n\n    override fun onAnimationCancel(animation: Animator?) {\n\n    }\n\n    override fun onAnimationStart(animation: Animator?) {\n\n    }\n})\n<\/code><\/pre>\n<h3>5.\u6548\u679c\u5c55\u793a<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2020\/04\/16.gif\" alt=\"\" \/><\/p>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>1.\u5148\u5c0e\u5165\u51fd\u793a\u5eab(build.gradle: Module) dependencies { implement &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[57],"tags":[56,15,61],"class_list":["post-363","post","type-post","status-publish","format-standard","hentry","category-github","tag-github","tag-kotlin","tag-lottie"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=363"}],"version-history":[{"count":6,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/363\/revisions"}],"predecessor-version":[{"id":1152,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/363\/revisions\/1152"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}