{"id":1843,"date":"2022-05-29T11:18:22","date_gmt":"2022-05-29T06:18:22","guid":{"rendered":"https:\/\/www.edopedia.com\/blog\/?p=1843"},"modified":"2025-09-16T03:51:02","modified_gmt":"2025-09-15T22:51:02","slug":"android-animation-libraries","status":"publish","type":"post","link":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/","title":{"rendered":"10 Best Android Animation Libraries 2026"},"content":{"rendered":"\n<p>Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add animations to your app. The most notable among them is MotionLayout which was introduced with ConstraintLayout 2.0.<\/p>\n\n\n\n<p>MotionLayout is well equipped to create complex animations. There is a step-by-step guide that helps you <a href=\"https:\/\/www.daniweb.com\/programming\/mobile-development\/tutorials\/536661\/android-native-how-to-use-motionlayout\" target=\"_blank\" rel=\"follow noreferrer noopener\">get started with MotionLayout<\/a>. MotionLayout is more suitable when you want to create a unique custom animation from scratch.<\/p>\n\n\n\n<p>But, there are also some readymade Android animation libraries available that provide solutions for commonly needed animations. In this article, I&#8217;ll mention the best Android animation libraries that could enable you to improve your app&#8217;s user experience as well as speed up your app development.<\/p>\n\n\n\n<p>So, let&#8217;s get started.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">FabFilter<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/10.gif\" alt=\"\" class=\"wp-image-1855\"\/><\/figure>\n\n\n\n<p>FabFilter is a completely developed Android app to showcase complex user interface animations with and without MotionLayout.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:700\">Important Info:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>FiltersLayout contains the source code for non MotionLayout related animations.<\/li><li>FiltersMotionLayout contains the source code for MotionLayout related animations.<\/li><li>If you want to switch between the two (FiltersLayout and FiltersMotionLayout) then you can easily do that by using the NavDrawer option.<\/li><li>NavDrawer option also enables you to control the speed of animation.<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/nikhilpanju\/FabFilter\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Garland View<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"668\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/1.gif\" alt=\"\" class=\"wp-image-1845\"\/><\/figure>\n\n\n\n<p>Garland View is an Android animation library that offers the functionality to effortlessly transitions between various lists of content. It has classes for inner items that are scrolled vertically and outer items that are scrolled horizontally, and each of which contains at least one inner item.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:700\">Requirements:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Android 4.4 KitKat (API level must be 19 or above)<\/li><li>Your favorite IDE<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Ramotion\/garland-view-android\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">InfiniteCards<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"144\" height=\"228\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/2.gif\" alt=\"\" class=\"wp-image-1846\"\/><\/figure>\n\n\n\n<p>As its name suggests, InfiniteCards is an infinite card switching user interface animation library for Android. A point to be noted is that InfiniteCards library also supports custom animation. It is released as an open-source project under the Apache 2.0 license.<\/p>\n\n\n\n<p>It offers some attributes through which you can tweak or customize the animation. These attributes are mentioned below:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>animType : type of animation<ul><li>front : move the selected card to the front position.<\/li><li>switchPosition : move the selected card to the front as well as move the card that was previously on the front position to the selected position.<\/li><li>frontToLast : move the first card to the last position.<\/li><\/ul><\/li><li>cardRatio : ratio of the card<\/li><li>animDuration : time duration of each card&#8217;s animation effect<\/li><li>animAddRemoveDelay : delay of animation to add and remove between each card<\/li><li>animAddRemoveDuration : duration to add and remove each card&#8217;s animation<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/BakerJQ\/Android-InfiniteCards\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">SparkButton<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"388\" height=\"690\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/3.gif\" alt=\"\" class=\"wp-image-1847\"\/><\/figure>\n\n\n\n<p>SparkButton animation library has a small footprint but still it offers pleanty of customizable options. Basically, it enables you to create a button with an animation effect just like the Twitter\u2019s heart animation.<\/p>\n\n\n\n<p>This library supports Android OS on API level 14 and above. To use SparkButton simply include its XML script or build it using SparkButtonBuilder.<\/p>\n\n\n\n<p>Some of its cool attributes that you can customize are as follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Button Image and Colors<\/li><li>Animation Speed<\/li><li>Button State<\/li><li>Event Listener<\/li><li>Play Animation<\/li><\/ul>\n\n\n\n<p>This library is completely free to use in commercial or personal projects because it falls under the Apache 2.0 license.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/varunest\/SparkButton\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">FoldingCell<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"668\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/4.gif\" alt=\"\" class=\"wp-image-1848\"\/><\/figure>\n\n\n\n<p>FoldingCell animation library is inspired by folding paper material. It is based on the principles and guidelines set by material design. It offers the functionality to expand\/close the content cells just like we fold a piece of paper.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:700\">Requirements:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Android 4.0 IceCreamSandwich (API level must be 14 or above)<\/li><li>Your favorite IDE<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Ramotion\/folding-cell-android\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Paper Onboarding<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"668\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/5.gif\" alt=\"\" class=\"wp-image-1849\"\/><\/figure>\n\n\n\n<p>Have you ever saw a slider in your favorite Android app?<\/p>\n\n\n\n<p>I hope you did because these days most of the mobile apps use sliders to show different information on separate slides. They usually group relevant details on a single slide.<\/p>\n\n\n\n<p>Some apps even use sliders to introduce its features to new users.<\/p>\n\n\n\n<p>Paper Onboarding is an open source Android animation library that allows you to create exactly the slider functionality in your app. It is written in Java and follows the rules of Material design to create the slider UI.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:700\">Requirements:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Android 4.0.3 IceCreamSandwich (API level must be 15 or above)<\/li><li>Your favorite IDE<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Ramotion\/paper-onboarding-android\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">UIUtil for Android<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"579\" height=\"873\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/6.gif\" alt=\"\" class=\"wp-image-1850\"\/><\/figure>\n\n\n\n<p>UIUtil is a full fledged Animation library for Android. It supports Drag sorting, Contact sorting, Tick animations, Satellite menus, Slide buttons, Comparisons, TAB indicators, Praise, Damping, Snap Progress bar, Album, Skidding deletes, Shadow effects, RecyclerView nesting, RecyclerView, Map list Poi\/Drawer effects, Circle Download Progress bar, Progress settings, Clock set, and more.<\/p>\n\n\n\n<p>Its source code is published under the Apache license (Version 2.0).<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Dsiner\/UIUtil\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Morphing Material Dialogs<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"622\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/7.gif\" alt=\"\" class=\"wp-image-1851\"\/><\/figure>\n\n\n\n<p>Morphing Material Dialogs is an Android UI animation library written in kotlin. It is used for converting a floating action button into a material dialog with attractive animations.<\/p>\n\n\n\n<p>Available options for customization are mentioned below.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Listen for action button callbacks<\/li><li>Set Cancelable<\/li><li>Customize Colors<\/li><li>Theme overrides<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/AdityaAnand1\/Morphing-Material-Dialogs\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Navigation toolbar<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"771\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/Navigation-toolbar-1024x771.gif\" alt=\"\" class=\"wp-image-1910\" srcset=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/Navigation-toolbar-1024x771.gif 1024w, https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/Navigation-toolbar-300x226.gif 300w, https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/Navigation-toolbar-768x578.gif 768w, https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/Navigation-toolbar-1536x1156.gif 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In many popular social media apps like Facebook and WhatsApp you have probably seen a slide based UI navigation. You can achieve the same functionality in your app using the Navigation toolbar library. It is written in Kotlin and offers a complete slide-modeled user interface navigation controller.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:700\">Requirements:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Android 5.0 Lollipop (API level must be 21 or above)<\/li><li>Your favorite IDE<\/li><\/ul>\n\n\n\n<p>This Android animation library is released under the MIT license.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Ramotion\/navigation-toolbar-android\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Fluid Slider<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"668\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/9.gif\" alt=\"\" class=\"wp-image-1853\"\/><\/figure>\n\n\n\n<p>Fluid slider library offers a slider widget with a popup bubble. The popup bubble displays the information based on the precise value selected on the slider.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:700\">Requirements:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Android 4.1 Jelly Bean (API level must be 16 or above)<\/li><li>Your favorite IDE<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Ramotion\/fluid-slider-android\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/p>\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>I have mentioned some of the best Android UI animation libraries above. Each of these animation libraries have their own unique features and design. I would suggest that you first list down your project\u2019s requirements, then select from any of the above libraries that are suitable, and finally kickstart your app development journey.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add animations to your app. The most notable among them is MotionLayout which was introduced with ConstraintLayout 2.0. MotionLayout is well equipped to create complex animations. There is a step-by-step &#8230; <a title=\"10 Best Android Animation Libraries 2026\" class=\"read-more\" href=\"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/\" aria-label=\"Read more about 10 Best Android Animation Libraries 2026\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":1859,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[113],"tags":[],"class_list":["post-1843","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-collections"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>10 Best Android Animation Libraries 2026<\/title>\n<meta name=\"description\" content=\"Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"10 Best Android Animation Libraries [cy]\" \/>\n<meta property=\"og:description\" content=\"Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/\" \/>\n<meta property=\"og:site_name\" content=\"Edopedia\" \/>\n<meta property=\"article:author\" content=\"trulyfurqan\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-29T06:18:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T22:51:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/android-animation-libraries.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"880\" \/>\n\t<meta property=\"og:image:height\" content=\"495\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Furqan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Furqan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"10 Best Android Animation Libraries 2026","description":"Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/","og_locale":"en_US","og_type":"article","og_title":"10 Best Android Animation Libraries [cy]","og_description":"Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add","og_url":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/","og_site_name":"Edopedia","article_author":"trulyfurqan","article_published_time":"2022-05-29T06:18:22+00:00","article_modified_time":"2025-09-15T22:51:02+00:00","og_image":[{"width":880,"height":495,"url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/android-animation-libraries.jpg","type":"image\/jpeg"}],"author":"Furqan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Furqan","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#article","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/"},"author":{"name":"Furqan","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339"},"headline":"10 Best Android Animation Libraries 2026","datePublished":"2022-05-29T06:18:22+00:00","dateModified":"2025-09-15T22:51:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/"},"wordCount":957,"commentCount":0,"publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/android-animation-libraries.jpg","articleSection":["Collections"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/","url":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/","name":"10 Best Android Animation Libraries [cy]","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#primaryimage"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/android-animation-libraries.jpg","datePublished":"2022-05-29T06:18:22+00:00","dateModified":"2025-09-15T22:51:02+00:00","description":"Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with several classes that help you add","breadcrumb":{"@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#primaryimage","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/android-animation-libraries.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/05\/android-animation-libraries.jpg","width":880,"height":495,"caption":"Android animation libraries"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edopedia.com\/blog\/android-animation-libraries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.edopedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"10 Best Android Animation Libraries 2025"}]},{"@type":"WebSite","@id":"https:\/\/www.edopedia.com\/blog\/#website","url":"https:\/\/www.edopedia.com\/blog\/","name":"Edopedia","description":"Coding\/Programming Blog","publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.edopedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.edopedia.com\/blog\/#organization","name":"Edopedia","url":"https:\/\/www.edopedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","width":400,"height":100,"caption":"Edopedia"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339","name":"Furqan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","caption":"Furqan"},"description":"Well. I've been working for the past three years as a web designer and developer. I have successfully created websites for small to medium sized companies as part of my freelance career. During that time I've also completed my bachelor's in Information Technology.","sameAs":["http:\/\/www.edopedia.com\/blog\/","trulyfurqan"],"url":"https:\/\/www.edopedia.com\/blog\/author\/furqan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/1843","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/comments?post=1843"}],"version-history":[{"count":2,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/1843\/revisions"}],"predecessor-version":[{"id":4042,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/1843\/revisions\/4042"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media\/1859"}],"wp:attachment":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media?parent=1843"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/categories?post=1843"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/tags?post=1843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}