2012年4月2日月曜日

kidz Auto Manner version 1.1 released

Today, new application kidz Auto Manner is released.

This is the application to register the timers for the manner mode and the Wi-Fi setting.

The version 1.0 was very simple one and was not released on google play.

I brush up UI of the application and add the function which can specify the days of week.


2012年3月29日木曜日

Alarm Manager

I am programming an application using a daily timer with Alarm Manager.

For test, I set its interval to one minute.  Its almost works good.

After that, I set the interval to one day.  It didn't work.

Now I understood it was caused by the method AlarmManager#setInexactRepeating().

Its inexactness depends on its interval, maybe.

So, inexact-range of daily is too wide.  It could not be used for daily timer.

I will use AlarmManager#setRepeating().  It spends the battery more than that, but is exact.