<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itog</author_name>
  <author_url>https://blog.hatena.ne.jp/itog/</author_url>
  <blog_title>Hacking My Way 〜 itogのhack日記</blog_title>
  <blog_url>https://itog.hatenadiary.org/</blog_url>
  <categories>
    <anon>android</anon>
    <anon>java</anon>
  </categories>
  <description>HttpPostでデータサーバにPostするとき、データはNameValuePairを使うのが常套手段。 &quot;foo&quot;=&gt;&quot;bar&quot;, &quot;hoge&quot;=&gt;&quot;fuga&quot; というようなデータをPostしたいのであれば、 List&lt;NameValuePair&gt; nameValuePair = new ArrayList&lt;NameValuePair&gt;(2); nameValuePair.add(new BasicNameValuePair(&quot;foo&quot;, &quot;bar&quot;)); nameValuePair.add(new BasicNameValuePair(&quot;hoge&quot;, &quot;fuga&quot;)); というように複数の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitog.hatenadiary.org%2Fentry%2F20120307%2F1331103918&quot; title=&quot;NameValuePairで入れ子(nesting)になっているデータを表現する - Hacking My Way 〜 itogのhack日記&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>2012-03-07 16:05:18</published>
  <title>NameValuePairで入れ子(nesting)になっているデータを表現する</title>
  <type>rich</type>
  <url>https://itog.hatenadiary.org/entry/20120307/1331103918</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
