<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kumamidori</author_name>
  <author_url>https://blog.hatena.ne.jp/kumamidori/</author_url>
  <blog_title>kumamidoriの日記</blog_title>
  <blog_url>https://kumamidori.hatenadiary.org/</blog_url>
  <categories>
    <anon>android</anon>
  </categories>
  <description>Service から Activity に、Bundle でデータを渡す。 Bundle をメッセージに詰める場合、取り出す時は、いったんParcelable にキャストしてから、Bundle にキャストする、という手順を踏まないと、とうまくいかない。理屈は調べておらずわかりません・・・。 receiveParcelインターフェイスを実装済みとする。 Bundle state = new Bundle(); state.putInt(&quot;hoge&quot;, 77); // メッセージ送信 handler.sendMessage(handler.obtainMessage(TRACKING_MESSAG…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkumamidori.hatenadiary.org%2Fentry%2F20101229%2Fp2&quot; title=&quot; Service で Message に Bundle をセットして handleMessage する - kumamidoriの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-12-29 00:00:00</published>
  <title> Service で Message に Bundle をセットして handleMessage する</title>
  <type>rich</type>
  <url>https://kumamidori.hatenadiary.org/entry/20101229/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
