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.

2011年8月7日日曜日

Check the report.

Developers can check the application stats.

So I often check the darts counter's stat.
It says my app was downloaded over 450 users and used over 150 users.  I'm very pleased about it.

In the other hand, only one user rated on it.  I want more feedback from users.


Anyway, this report brings motivation for me.

I need ideas for next applications.

2011年8月3日水曜日

Add a fail-safe.

The application reported the exception, by failing parseInt().

Then I add the fail-safe scheme to parse the text for handy-cap area.

2011年7月29日金曜日

Add cricket game

I added one more game, cricket.

This game may not be popular in the hard darts game, but major one in the digital darts.


But one option remains, the mark handy-cap is new feature.  It will be supported in the next version.

2011年7月14日木曜日

Small banner in the application detail page

When you browse the application detail page with Android browser, there is a small banner in left-top.

That banner is specified as a small promotion icon in the developer console.

I didn't set the promotion icon because it was option.  But it is necessary to show the application detail page better.