2011年1月25日火曜日

Sensor Simulatorを利用してセンサの動作を確認する<使用編> - Confirming the behavior of sensor using Sensor Simulator (Using) -

このエントリーをはてなブックマークに追加
Sensor Simulatorを利用してAndroidアプリのセンサの動作を確認するために,ソースコードをそれ用に修正する必要があります.ここでは傾きセンサの値を計測する実機用のソースコードをSensorSimulator用のソースコードへと修正します.

To confirm the behavior of the sensor in Android application, we must correct the source code for it. So we correct the souce code from it for real machine to it for Sensor Simulator.


2011年1月23日日曜日

デスクトップをカッコよく - Cool your desktop -

このエントリーをはてなブックマークに追加
大抵の方はWindowsを使っていると思いますが、そろそろデフォルトのデスクトップは見飽きたころだと思います。壁紙を変えて気分を変える以外に、いわゆるDockと呼ばれるアプリを入れてはどうでしょうか?

Most of you have been using Windows so that you seem to be about bored with the default desktop. Why don't you install the application, so-called Dock, instead of changing a wallpaper for refreshing your feelings?


2011年1月21日金曜日

Bloggerで日時を指定して投稿する - Post to Blogger with specifying the date and time -

このエントリーをはてなブックマークに追加
Bloggerで、日時を指定して記事を投稿するやり方があります。記事を小出しにして公開していくのに使えます。

There is the way to schedule the posting date and time on Blogger. This is good for you to publish your articles little by little.

2011年1月18日火曜日

Sensor Simulatorを利用してセンサの動作を確認する<設定編> - Confirming the behavior of sensor using Sensor Simulator (Settings) -

このエントリーをはてなブックマークに追加
Sensor SimulatorとはAndroidアプリへ仮想的に傾きや加速度を与えるためのツールです.Sensor SimulatorとAndroidエミュレータを接続し,Sensor Simulatorに表示された携帯電話の画像をマウスで動かしたり,各種パラメータ値を変更したりすることで,仮想的に傾きや加速度を与えることができます.

ここでは,Sensor Simulatorが使えるようになるまでの設定を記述しています.


Sensor Simulator is a tool to give virtually a inclination and an acceleration to Android application. The inclination and the acceleration can be given virtually by connecting Sensor Simulator with Android emulator and moving the image of mobile phone displayed in Sensor Simulator with mouse or changing various argument values.

In this articles, we describe about the settings of the Sensor Simulator.

2011年1月16日日曜日

無料のプロジェクトホスティングサービス - Project hosting services for free -

このエントリーをはてなブックマークに追加
前回、Subversionの無料サービスをいくつか紹介しましたが、実のところ、Subversionは、それら無料サービスが提供する機能の1つとして、提供されています。つまり、前回紹介したサービスは、大枠としては、Subversionだけでなく、バグトラッキングシステムやメーリングリストなどソフトウェア開発プロジェクトに必要な機能を提供する、プロジェクトホスティングサービスでした。

今回は、オープンソースではないクローズドソースを扱えるプロジェクトホスティングサービスであるXP-Devunfuddleについて、それぞれの無料アカウントの機能と、少し使ってみたなかで感じたところを紹介しようと思います。

Previously I introduced several Subversion services for free, in fact, Subversion is offered as one of features which the services offer. That is, the services previously introduced are project hosting services that offer not only Subversion but also bug tracking system, mailing list and so on such as features needed at software developing project. 

Today, I'd like to introduce the features for free account and my impressions of XP-Dev and Unfuddle that are project hosting services for closed source not only open source.

2011年1月13日木曜日

傾きセンサの方位,ピッチ,ロールを計測する - Measurement of orientation, pitch and roll in inclination sensor -

このエントリーをはてなブックマークに追加
Android SDKは,加速度や磁力といった様々なセンサをサポートしています.今回はデバイスの方位,ピッチ,ロールといった傾きの計測を実現するプログラムについて記述しました.

Android SDK supports various sensors like acceleration and magnetism. In this time, we described the program that measures the inclination like orientation, pitch and roll in device.

2011年1月3日月曜日

LogクラスとLogCatを利用して動作を見る

このエントリーをはてなブックマークに追加
eclipseでAndroidアプリの開発を行う際,プログラムの動作を見るための機能としてLogクラスとLogCatを使う方法があります.Logクラスはメッセージを出力するメソッドをもつクラスであり,LogCatはLogクラスが出力したメッセージを表示します.これらを利用して,プログラムの動作を見る方法をまとめました.


2011年1月1日土曜日

Subversion (SVN) のフリーなホスティングサービス

このエントリーをはてなブックマークに追加
探す前はそんなもんあるのかという感じでしたが、たくさんありました。

SVNってなんぞや、という方は、まずバージョン管理システムという概念を知ってください。

バージョン管理システムにはいくつもの種類がありますが、今回、SVNを選んだのは、単純な(?)CVSよりはいいんじゃない、Eclipseでもすぐ使えるねとかいう適当な理由です。手頃に使えて、導入しやすいSVNをフリーでホスティングしてくれるサービスを、ちょっと紹介します。