2011年3月29日火曜日

アイコンを表示する - Displaying icon -

このエントリーをはてなブックマークに追加
作成したアイコンをAndroid端末のデスクトップに表示してみました。

The icon we made was displayed in desktop in Android device.


2011年3月24日木曜日

日本語や英語環境に対応する - Provisioning of Japanese or English language environments -

このエントリーをはてなブックマークに追加
日本語や英語環境に応じて、Androidアプリで使用される文字変更の設定手順を紹介します。

We introduce the setup steps of the character change used by Android application, according to Japanese or English language environments.


2011年3月21日月曜日

Amazon Web Services (AWS) クラウド上陸 - Landing of AWS Cloud -

このエントリーをはてなブックマークに追加
2011年3月、Amazonのクラウドデータセンターがとうとう日本に上陸しました。新規利用者は、1年間の無料利用枠があるので、クラウドを体感してみてはどうでしょうか?

March 2011, Amazon Cloud data center landed to Japan finally. New users can have a free usage tier for a year. Why don't you try to feel Cloud?


2011年3月8日火曜日

アニメーションの開始時と終了時の処理を記述する - Coding processing when animation is started and is ended -

このエントリーをはてなブックマークに追加
アニメーションの開始時や終了時の処理は、AnimationListenerクラスを利用することで実現できます。
The processing when animation is started or is ended can be coded using an animation listener class.


2011年3月1日火曜日

フリックを実現する - Coding a flick -

このエントリーをはてなブックマークに追加
フリックはGestureDetector.OnGestureListenerクラスを利用することで簡単に実現することができます。

A flick can be easily coded using a GestureDetector.OnGestureListener class.