タグ: share

  • Cloud9でユーザーを招待 – AWS

    メモ書き程度ですが AWS Cloud9 の環境にIAMユーザーを招待する手順。

    共有用のIAMグループを作成

    グループ名: c9group(任意)
    ポリシー名: AWSCloud9User

    共有用のIAMユーザーを作成

    ユーザー名: c9user(任意)
    ユーザーをグループに追加: c9group(任意)

    Cloud9管理用のIAMユーザーでログイン

    ユーザー名: c9admin(任意)
    所有ポリシー: AWSCloud9Administrator

    cloud9のIDEを開いて、右上の Share をクリック。
    AWS Cloud9 に関するよくある質問 – 環境の共有

    Invite Members に作成したIAMユーザー名を入力して Invite をクリックして進める。

    招待ができたら、共有用のIAMユーザーでログイン。
    cloud9のサービスを開いて Shared with you を選択。

    共有された環境の一覧から Open IDE をクリック。

    以上です。

  • スマートフォンのシェア on 2012.05.24 by IDC

    Android- and iOS-Powered Smartphones Expand Their Share of the Market in the First Quarter, According to IDC

    プレスリリースの資料がシェアできるようなので試してみました。

    Chart: Worldwide Smartphone OS Market Share, 1Q 2012Description: IDC’s Worldwide Quarterly Mobile Phone Tracker provides smart phone and feature phone market data in 54 countries by vendor, device type, air interface, operating systems and platforms, and generation. Over 20 additional technical segmentations are provided. The data is provided four times a year and includes historical and forecast trend analysis. For more information, or to subscribe to the research, please contact Kathy Nagamine at 1-650-350-6423 or knagamine@idc.com.Further detail about this tracker can be found at:http://www.idc.com/tracker/showproductinfo.jsp?prod_id=37Tags: Author: IDCcharts powered by iCharts

    ちなみに、日本語の記事はこちら。
    世界スマホ市場シェア、Androidが59%、iPhoneは23%—IDC調査

  • Facebookに画像を送る – Android

    先日、Androidアプリを作ったのですが、
    画像をシェアする部分が間違っていました。

    参考にした記事はこちら。↓
    http://stackoverflow.com/questions/3553017/android-share-via-dialog/3553102#3553102

    ※Uri.parse()のパラメータに “file://” が足りませんでした…orz