{"id":8810,"date":"2018-08-04T08:36:27","date_gmt":"2018-08-04T08:36:27","guid":{"rendered":"https:\/\/appening.xyz\/?p=8810"},"modified":"2024-01-15T09:06:51","modified_gmt":"2024-01-15T09:06:51","slug":"android-p-beta-4-from-developers-perspective","status":"publish","type":"post","link":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/","title":{"rendered":"Android P Beta 4 from Developer\u2019s perspective"},"content":{"rendered":"<p><span style=\"font-weight: 400; color: #000000;\">Android P Beta 4 is currently accessible for Pixel gadgets and top gadget. Introduce the beta on any supported gadget for testing and development or just to attempt Android P.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>Animation<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P has the new AnimatedImageDrawable class for drawing and showcasing GIF and WebP animated images. Its working is similar to AnimatedVectorDrawable in that RenderThread drives the animations of AnimatedImageDrawable. <\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">An \u2018AnimatedImageDrawable\u2019 can be decoded with the new ImageDecoder.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>Indoor Positioning with Wi-Fi RTT<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P has added a platform for IEEE 802.11mc Wi-Fi protocol known by the name of Wi-Fi Round-Trip-Time (RTT). With this newly added feature you can take advantage of indoor positioning in your apps.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">On Android P devices with hardware support, your apps can use the new RTT APIs to measure the distance to nearby RTT-capable Wi-Fi Access Points (APs). <\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Within a distance of \u00a03 or more APs, multilateration algorithm can be used to estimate the device position. The result is typically accurate within 1 to 2 meters.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">In-building navigation, fine-grained location-based services such as disambiguated voice control can be possible with this accuracy. \u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>Display cutout support<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P provides support for the edge-to-edge screens with display cutout for camera and speaker. With the new<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">\u2018DisplayCutout\u2019 class you can find out the location and shape of the non-functional areas where content shouldn&#8217;t be displayed. The existence and the placement can be found with \u2018getDisplayCutout()\u2019 method.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">A new window layout attribute, \u2018layoutInDisplayCutoutMode\u2019, allows your app to lay out its content around a device&#8217;s cutouts. You can set this attribute to one of the following values:<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>Multi-camera support and camera updates<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Now different streams can be accessed from two or more physical cameras on devices running Android P. <\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Devices with dual-front or dual-back cameras, you can create interesting features like seamless zoom, bokeh, and stereo vision. The API lets you call a logical or fused camera stream that automatically switches between two or more cameras.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P also enables support for external USB\/UVC cameras on supported devices.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\"> Session parameters are also introduced as a new feature that helps to reduce delays during initial capture. <\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">In Android P the multi-camera API supports monochrome cameras for devices with FULL or LIMITED capability. Android P also enables support for external USB\/UVC cameras on supported devices.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>ImageDecoder for drawables and bitmaps<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">ImageDecoder is added to Android Pto provide an innovative approach for decoding images. ImageDecoder can be used to decode an image rather than the BitmapFactory and BitmapFactory.Options APIs.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">ImageDecoder lets you create a Drawable or a Bitmap from a byte buffer, a file, or a URI. <\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">ImageDecoder has many other ways that allow you to further enhance the image. For example, you can use the \u2018setPostProcessor()\u2019 method to modify the appearance of the image, such as applying a circle mask or rounding corners<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>Security enhancements<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">A number of new security features are introduced in Android P. A unified fingerprint authentication dialog and high-assurance user confirmation of sensitive transactions. <\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>On-device system tracing<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">In Android P, you can now record system traces from your device. System tracing allows you to capture timing data for each process that&#8217;s running on an Android device and to view the data in an HTML report. It is useful for identifying what each thread is doing and for viewing globally important device states.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><strong>Notifications<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P introduces several enhancements to notifications, all of which are available to developers targeting Android P and above.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P enhances the messaging experience with following features: <\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Simplified support for conversation participants. Many other APIs, such asaddMessage(), now hold the Person class instead of a CharSequence. The Person class also supports the Builder design pattern.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Android P now displays images in Messaging Notifications on phones.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">The app can retrieve the \u2018EXTRA_REMOTE_INPUT_DRAFT\u2019 sent by the system when a user inadvertently closes a messaging notification and save replies as drafts.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">\u2018setGroupConversation()\u2018 can be used to purposefully identify a conversation as a group or non-group conversation.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Use \u2018RemoteInput.setChoices()\u2019 to provide an array of smart reply to the user<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Android P Beta 4 is currently accessible for Pixel gadgets and top gadget. Introduce the beta on any supported gadget for testing and development or just to attempt Android P. Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers. &nbsp; Animation Android P [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":28419,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[827],"tags":[810,908,909,910,911,816,912,913,914,915,916,917,918,919,920,921,922],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Android P Beta 4 from Developer\u2019s perspective - appening<\/title>\n<meta name=\"description\" content=\"Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Android P Beta 4 from Developer\u2019s perspective - appening\" \/>\n<meta property=\"og:description\" content=\"Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\" \/>\n<meta property=\"og:site_name\" content=\"appening\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/appening.xyz\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-04T08:36:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-15T09:06:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/08\/Android-P-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"516\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"salil\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@appening_xyz\" \/>\n<meta name=\"twitter:site\" content=\"@appening_xyz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"salil\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\"},\"author\":{\"name\":\"salil\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53\"},\"headline\":\"Android P Beta 4 from Developer\u2019s perspective\",\"datePublished\":\"2018-08-04T08:36:27+00:00\",\"dateModified\":\"2024-01-15T09:06:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\"},\"wordCount\":727,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/appening.co\/blog\/#organization\"},\"keywords\":[\"android\",\"Android Animation\",\"Android Animations\",\"Android Beta 4\",\"Android Developer\",\"android p\",\"Android P Beta\",\"Bitmaps\",\"display cutout\",\"Drawables\",\"edge-to-edge screens\",\"ImageDecoder\",\"Multi Camera\",\"Notifications\",\"Security enhancements\",\"Wi-Fi Round-Trip-Time (RTT)\",\"Wi-Fi RTT\"],\"articleSection\":[\"Mobile App Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\",\"url\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\",\"name\":\"Android P Beta 4 from Developer\u2019s perspective - appening\",\"isPartOf\":{\"@id\":\"https:\/\/appening.co\/blog\/#website\"},\"datePublished\":\"2018-08-04T08:36:27+00:00\",\"dateModified\":\"2024-01-15T09:06:51+00:00\",\"description\":\"Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.\",\"breadcrumb\":{\"@id\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/appening.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Android P Beta 4 from Developer\u2019s perspective\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/appening.co\/blog\/#website\",\"url\":\"https:\/\/appening.co\/blog\/\",\"name\":\"Appening\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/appening.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/appening.co\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/appening.co\/blog\/#organization\",\"name\":\"Appening\",\"url\":\"https:\/\/appening.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png\",\"contentUrl\":\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png\",\"width\":8002,\"height\":1794,\"caption\":\"Appening\"},\"image\":{\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/appening.xyz\/\",\"https:\/\/twitter.com\/appening_xyz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53\",\"name\":\"salil\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g\",\"caption\":\"salil\"},\"url\":\"https:\/\/appening.co\/blog\/author\/salil\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Android P Beta 4 from Developer\u2019s perspective - appening","description":"Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.","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:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/","og_locale":"en_US","og_type":"article","og_title":"Android P Beta 4 from Developer\u2019s perspective - appening","og_description":"Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.","og_url":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/","og_site_name":"appening","article_publisher":"https:\/\/www.facebook.com\/appening.xyz\/","article_published_time":"2018-08-04T08:36:27+00:00","article_modified_time":"2024-01-15T09:06:51+00:00","og_image":[{"width":770,"height":516,"url":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/08\/Android-P-1.jpg","type":"image\/jpeg"}],"author":"salil","twitter_card":"summary_large_image","twitter_creator":"@appening_xyz","twitter_site":"@appening_xyz","twitter_misc":{"Written by":"salil","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#article","isPartOf":{"@id":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/"},"author":{"name":"salil","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53"},"headline":"Android P Beta 4 from Developer\u2019s perspective","datePublished":"2018-08-04T08:36:27+00:00","dateModified":"2024-01-15T09:06:51+00:00","mainEntityOfPage":{"@id":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/"},"wordCount":727,"commentCount":0,"publisher":{"@id":"https:\/\/appening.co\/blog\/#organization"},"keywords":["android","Android Animation","Android Animations","Android Beta 4","Android Developer","android p","Android P Beta","Bitmaps","display cutout","Drawables","edge-to-edge screens","ImageDecoder","Multi Camera","Notifications","Security enhancements","Wi-Fi Round-Trip-Time (RTT)","Wi-Fi RTT"],"articleSection":["Mobile App Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/","url":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/","name":"Android P Beta 4 from Developer\u2019s perspective - appening","isPartOf":{"@id":"https:\/\/appening.co\/blog\/#website"},"datePublished":"2018-08-04T08:36:27+00:00","dateModified":"2024-01-15T09:06:51+00:00","description":"Android P introduces great new features and capabilities for users and developers. Let\u2019s take a look at what\u2019s in for developers.","breadcrumb":{"@id":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/appening.co\/blog\/android-p-beta-4-from-developers-perspective\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/appening.co\/blog\/"},{"@type":"ListItem","position":2,"name":"Android P Beta 4 from Developer\u2019s perspective"}]},{"@type":"WebSite","@id":"https:\/\/appening.co\/blog\/#website","url":"https:\/\/appening.co\/blog\/","name":"Appening","description":"","publisher":{"@id":"https:\/\/appening.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/appening.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/appening.co\/blog\/#organization","name":"Appening","url":"https:\/\/appening.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png","contentUrl":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png","width":8002,"height":1794,"caption":"Appening"},"image":{"@id":"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/appening.xyz\/","https:\/\/twitter.com\/appening_xyz"]},{"@type":"Person","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/9d9c45ad0e554fa333449f5403bd1e53","name":"salil","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/186b5f51bcb10e7fdd62c14366695ff2?s=96&d=mm&r=g","caption":"salil"},"url":"https:\/\/appening.co\/blog\/author\/salil\/"}]}},"_links":{"self":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/8810"}],"collection":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/comments?post=8810"}],"version-history":[{"count":1,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/8810\/revisions"}],"predecessor-version":[{"id":28420,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/8810\/revisions\/28420"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/media\/28419"}],"wp:attachment":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/media?parent=8810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/categories?post=8810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/tags?post=8810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}