<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tnnsst35</author_name>
  <author_url>https://blog.hatena.ne.jp/tnnsst35/</author_url>
  <blog_title>ぼくのセーブポイント</blog_title>
  <blog_url>https://blog.tnnsst35.me/</blog_url>
  <categories>
    <anon>Android</anon>
  </categories>
  <description>Androidで画像を端末に保存したときにやったこととはまったこと。 String型で『data:image/jpeg;base64,・・・』という生データを端末のギャラリーで見えるようにするまで。 保存場所を決める /sdcard/ やら /mnt/sdcard/ 以下に保存するらしい。 例えば、/mnt/sdcard/MyApp/20120130210000.jpg みたいな感じ。 [java] File dir; if (this.readySdcard()) { // 1 dir = new File(this.getDirPath()); if (!dir.exists()) { /…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.tnnsst35.me%2Fentry%2Ftech%2Fandroid%2F586%2F&quot; title=&quot;
				Androidの画像保存をやってみた		 - ぼくのセーブポイント&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-01-30 21:00:42</published>
  <title>
				Androidの画像保存をやってみた		</title>
  <type>rich</type>
  <url>https://blog.tnnsst35.me/entry/tech/android/586/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
