Google Drive 「セキュリティ診断で 2GB 無料追加」はどこで確認できるのか

2/17 までにセキュリティ診断を行うと, 2GB無料追加のキャンペーン.

This Safer Internet Day, we’re reminded how important online safety is and hope you’ll use this as an opportunity to take 2 minutes to complete a simple Security Checkup. While everything stored in Drive is always encrypted in transit and at rest in Google’s custom-built data centers, this checkup ensures you’re making the most of the 24/7 protection you already get from Google. As our way of saying thanks for completing the checkup by 17 February 2015, we’ll give you a permanent 2 gigabyte bump in your Google Drive storage plan.

Google Drive Blog: A quick checkup and a simple thanks

確認しながらボタンを押すだけ. 数分で終わる.

アカウントの保護_-_アカウント設定

で, どこで確認したらいいのか.

Google ドライブは、ウェブ上でも、携帯端末でも、パソコンでも使用できます。使用中の容量を確認するには、ウェブ上の Google ドライブにアクセスして左下にカーソルを合わせます。開いたウィンドウに使用容量が表示されます。Google ドライブ、Gmail、Google+ フォトでの使用状況を確認するには www.google.com/settings/storage にアクセスしてください。

保存容量の上限を確認する - ドライブ ヘルプ

Drive, Gmail など容量のカウントにいくつかきまりがあるようだけども.

https://www.google.com/settings/storage

ドライブ_ストレージ

あれ, 増えてないような...

先ほどの公式ブログの説明をよく見てみると,

We’ll be granting the storage automatically to everyone around 28 February 2015 and we’ll send you an email when your adjustment is complete.

今月末頃に追加されて, メールで追加完了のお知らせくるのかっ.


Chromecast で 600円 もらえるキャンペーンですよ

As part of their Valentine’s Day celebration, Google is giving out $6 in Google Play credit for free to all Chromecast owners.

Google is offering $6 in Play Store credit to all Chromecast owners

これ, 日本でもいけまます.

Chromecast アプリを開いて, 接続してから, メニューから

20150207-162537

20150207-162454

600円ゲット!!

20150207-162915

Android だけでなく iPhone もいけるっぽい.

Chromecast

Chromecast - Google Play の Android アプリ


「20 バケットテスト アイテムなし」とは? by ヤフオク

[email protected] からこんな簡潔で分かりにくいメールが.

20 バケットテスト アイテムなし

Twitter でみると以下.

20_バケットテスト_アイテムなし_-_Twitter検索


YouTube にもすでに...

なんなんだろう...

公式コメンツをみておこう.



Material Design のパレット色を決めるときの簡単な方針づけ

これ便利ですね.

Material Design Color Palette Generator - Material Palette

Material_Design_Color_Palette_Generator_-_Material_Palette

触っていると大体こんな感じ.

1. 最初のクリックは, Primary color.
2. Primary color から Dark/Light を作成.
3. 2つめのクリックは, Accent color.
4. Textの Primary/Secondary は固定.

分かりやすく書くと

DARK PRIMARY

PRIMARY *1

LIGHT PRIMARY

ACCENT *3

PRIMARY TEXT #212121
SECONDARY TEXT #727272
DIVIDER COLOR #B6B6B6

ベースとなる19色はそれぞれ濃淡があり
HEXな記号は, Google のサイトにまとまっている.

Color_-_Style_-_Google_design_guidelines

Color - Style - Google design guidelines

ここを見ると, 濃淡に関してこんな例が上がっているのでそのまま鵜呑み.

Color_-_Style_-_Google_design_guidelines

- PRIMARY は 500.
- それから派生する DARK は 700.
- 同じく LIGHT は 100.
- ACCENT(SECONDARY) は A200.
- その DARK/LIGHT はそれぞれ A400/A100

こうなる.

DARK PRIMARY(700)

PRIMARY(500) *

LIGHT PRIMARY(100)

DARK SECONDARY(A400)

SECONDARY(ACCENT)(A200) *

LIGHT SECONDARY(A100)

PRIMARY TEXT #212121
SECONDARY TEXT #727272
DIVIDER COLOR #B6B6B6

PRIMARY と SECONDARY(ACCENT) の2色を決めると, 画面を構成する9色が決まる.

500 とか A200 とかをHEX記号にするには, 上記Googleのリファレンスをみたり,

または, こんなサイトもある.

Material_UI___Material_Design___Material_UI_Colors

Material UI | Material Design | Material UI Colors

これ, もう全部 color.xml に登録しておいたら, どうなのか.

AndroidStudioなら実際の色もGUI上で確認できるし.

color_xml

こんなアプリがあって, コードもGitHub上で公開していますので color.xml いただいてます.

Material_Design_Color_Palettes_-_Android_Apps_on_Google_Play

Material Design Color Palettes - Android Apps on Google Play

Android_Material_Design_Colours

Android Material Design Colours

MaterialTheme のカラーname に合わせるとこんなかんじになるのかな.

color_xml_Project_

(おしまい)


Eclipse で Android アプリ開発ができなくなるという話

こんな.

ADTバンドル版のSDKはもう配布されないという情報があるようですが、本当でしょうか?
これからAndroidアプリを開発する場合は Android Studio を前提にしたほうがよいでしょうか。

Eclipseタグが追加されていますが、ADT(Android Development Tools)とAndroid SDK(Software Development Kit)と、IDEであるEclipseはそれぞれ別のものです。

質問の意図は、「ADTがバンドルされたEclipseが今後配布されるか?」かと思いますが、

http://developer.android.com/tools/help/adt.html

のNoteに、「もしADTと一緒にEclipseを利用している場合、現在の公式IDEがAndroid Studioであることを認識し、全ての最新のIDEアップデートを受け取るために、Android Studioへ移行しなければならない」とありますので、今後はAndroid Studio前提で考えた方がいいでしょう。

android - ADTバンドル版のSDKはもう配布されない? - スタック・オーバーフロー

If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio to receive all the latest IDE updates.

Android Studio 1.0 Officially Released, Eclipse With ADT No Longer In Active Development

この文章が見当たらないけど, どこにあるんだろう...

If you're a new Android developer, you should consider starting with Android Studio, because the ADT plugin for Eclipse is no longer in active development.

きっと,

「Eclipseで開発できなくはないが不自由になってくる」

てのが現実的な将来なのでしょう.

Installing_the_Eclipse_Plugin___Android_Developers

ADT Plugin Release Notes | Android Developers

Installing the Eclipse Plugin | Android Developers