<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>joekrill.com</title>
	<atom:link href="http://www.joekrill.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joekrill.com</link>
	<description></description>
	<lastBuildDate>Mon, 13 Jun 2011 10:05:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>QTimer for Android</title>
		<link>http://www.joekrill.com/qtimer-released</link>
		<comments>http://www.joekrill.com/qtimer-released#comments</comments>
		<pubDate>Fri, 21 Jan 2011 16:01:30 +0000</pubDate>
		<dc:creator>Joe Krill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.joekrill.com/?p=201</guid>
		<description><![CDATA[I just released my first application on the Android Market: QTimer. (Market Link). It&#8217;s a very simple timer application. I had trouble finding an app that let me quickly set one-off timers. Things like reminding me: in 3 minutes when my tea is finished steeping in 25 minutes when the chicken in the oven is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="qrcode" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://market.android.com/details?id=com.joekrill.qtimer" alt="" /><br />
I just released my first application on the Android Market: <a href="http://www.appbrain.com/app/qtimer/com.joekrill.qtimer">QTimer</a>. (<a href="http://market.android.com/details?id=com.joekrill.qtimer">Market Link</a>).</p>
<p>It&#8217;s a very simple timer application. I had trouble finding an app that let me quickly set one-off timers. Things like reminding me:</p>
<ul>
<li>in 3 minutes when my tea is finished steeping</li>
<li>in 25 minutes when the chicken in the oven is ready</li>
<li>in 35 minutes my laundry cycle will be done</li>
<li>at 5:00 I have to go pick up  my dry cleaning</li>
<li>that the take-out place said my order will be ready in 15 minutes</li>
</ul>
<p>Every existing application I could find involved lots of key presses just to set a quick, simple alarm. Enough that it was annoying and to even bother (for me at least). I think the main problem is with the default Android time picker control, which is just a plus and minus button combined with a numeric input box.</p>
<div id="attachment_211" class="wp-caption alignright" style="width: 160px"><a href="http://www.joekrill.com/wp-content/uploads/timepicker.png"><img class="size-thumbnail wp-image-211 " title="timepicker" src="http://www.joekrill.com/wp-content/uploads/timepicker-150x150.png" alt="Built-In Android Time Picker Control" width="150" height="150" /></a><p class="wp-caption-text">Built-In Time Picker</p></div>
<p>If you have a physical keyboard this is fine, but otherwise there is a lot of button pressing to change the input. You can hold down either button, but if you&#8217;re pressing the &#8220;+&#8221; button your view is obstructed and it&#8217;s difficult to tell when you&#8217;ve hit the number you want.</p>
<div id="attachment_212" class="wp-caption alignleft" style="width: 160px"><a href="http://www.joekrill.com/wp-content/uploads/wheel.png"><img class="size-thumbnail wp-image-212" title="wheel" src="http://www.joekrill.com/wp-content/uploads/wheel-150x150.png" alt="Wheel Selection Widget" width="150" height="150" /></a><p class="wp-caption-text">Wheel Widget</p></div>
<p>I found a cool <a href="http://code.google.com/p/android-wheel/">wheel widget</a> that mimics how the iPhone handles this type of input, and I think it makes selecting a number much, much easier. I had to make a lot of modifications to the code to get it to work the way I wanted, but it&#8217;s a huge improvement over the built-in method of selecting a number.</p>
<h2 class="clearfix">Other features</h2>
<h3>Customizable Alert</h3>
<p>You can choose to be notified by either a <em>status bar notification</em> (the default) or  <em>popup dialog</em>, very similar to that of the built-in Android alarm application. The ringtone and vibration settings can be changed as well. There is also an ongoing status bar notification that lets you know when there are alarms active &#8212; this can be disabled from the preferences screen.</p>
<h3>History</h3>
<p>The history tab provides access to your most used or most recently used alarms, so if you do have an alarm that you use often, you can easily restart it from here.</p>
<h3>Preferences &amp; Built-in-help</h3>
<p>A lot of the application behaviors can be changed from the settings screen, accessible from the main menu. There is also a comprehensive help document included, also accessible from the main menu.</p>
<h2 class="clearfix">Screenshots</h2>

<a href='http://www.joekrill.com/qtimer-released/timepicker' title='timepicker'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/timepicker-150x150.png" class="attachment-thumbnail" alt="Built-In Android Time Picker Control" title="timepicker" /></a>
<a href='http://www.joekrill.com/qtimer-released/wheel' title='wheel'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/wheel-150x150.png" class="attachment-thumbnail" alt="Wheel Selection Widget" title="wheel" /></a>
<a href='http://www.joekrill.com/qtimer-released/1-set_interval' title='Interval Alarm'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/1-set_interval-150x150.png" class="attachment-thumbnail" alt="Interval Alarm" title="Interval Alarm" /></a>
<a href='http://www.joekrill.com/qtimer-released/2-set_time-2' title='Timed Alarm'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/2-set_time1-150x150.png" class="attachment-thumbnail" alt="Timed Alarm" title="Timed Alarm" /></a>
<a href='http://www.joekrill.com/qtimer-released/3-history' title='Alarm History'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/3-history-150x150.png" class="attachment-thumbnail" alt="Alarm History" title="Alarm History" /></a>
<a href='http://www.joekrill.com/qtimer-released/4-active' title='Active Alarms'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/4-active-150x150.png" class="attachment-thumbnail" alt="Active Alarms" title="Active Alarms" /></a>
<a href='http://www.joekrill.com/qtimer-released/5-alert_popup' title='Popup Alert'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/5-alert_popup-150x150.png" class="attachment-thumbnail" alt="Popup Alert" title="Popup Alert" /></a>
<a href='http://www.joekrill.com/qtimer-released/6-alert_statusbar' title='Status Bar Alert'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/6-alert_statusbar-150x150.png" class="attachment-thumbnail" alt="Status Bar Alert" title="Status Bar Alert" /></a>
<a href='http://www.joekrill.com/qtimer-released/7-preferences' title='Preferences Screen'><img width="150" height="150" src="http://www.joekrill.com/wp-content/uploads/7-preferences-150x150.png" class="attachment-thumbnail" alt="Preferences Screen" title="Preferences Screen" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.joekrill.com/qtimer-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesign</title>
		<link>http://www.joekrill.com/redesign</link>
		<comments>http://www.joekrill.com/redesign#comments</comments>
		<pubDate>Tue, 16 Mar 2010 15:40:32 +0000</pubDate>
		<dc:creator>Joe Krill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[stormlocker]]></category>
		<category><![CDATA[vymail]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://new.joekrill.com/?p=125</guid>
		<description><![CDATA[I decided to redesign my web site and (hopefully) try my hand at this thing they call blogging. I&#8217;ll be writing mainly about technology with a focus on software development. Everything from my old site should still be available here. If there&#8217;s something missing use that email link found in the sidebar and I&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to redesign my web site and (hopefully) try my hand at this thing they call blogging. I&#8217;ll be writing mainly about technology with a focus on software development.</p>
<p>Everything from my old site should still be available here. If there&#8217;s something missing use that email link found in the sidebar and I&#8217;ll be happy to try to help.</p>
<p>If  you are looking for my <a href="/software/vymail">VyMail Visual Voicemail</a> application,  it&#8217;s still available for <a href="/vymailota/">download</a>, but I no longer provide support for it.</p>
<p>I&#8217;ve also provided the source code for my <a href="/software/stormlocker">StormLocker</a> application, which I wrote when I had a BlackBerry Storm. It provides a way to lock the screen while making a call. Feel free to use the code as you&#8217;d like.</p>
<p>Hopefully I&#8217;ll be able to add some cool new software and BlackBerry applications here in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joekrill.com/redesign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

