Category: QuickTodo

QuickTodo Lite source code now available

We have decided to make the source code of QuickTodo Lite available on github.

The source code can be downloaded from https://github.com/robotii/QuickTodoLite

Code is released under the Apache 2.0 licence - http://www.apache.org/licenses/LICENSE-2.0.html
There is no warranty for the code, it may destroy your phone, or eat all your chocolate bars. You have been warned!

If there is sufficient interest we may consider making the other products’ codebases available under a permissive licence. Any feedback would be welcome.

Adding Ads to Android Apps

We recently released a version of QuickTodo that is supported by ads. This post is a summary of what we’ve learned from releasing an ad-supported version.

Firstly, a summary of the ad revenue and download stats. The app has been downloaded approximately 800 times, of these around 343 are still active installs (42%). The app was released just over a month ago, and has been updated several times during the last month.

The impressions figures show an increase in impressions each time the app was updated, which quickly dropped back down to the previous levels, indicating that people tend to play about with the app a lot during the first few days, but that usage settles down after that.

Ad revenue over the period is a little over $4.00, which is not high for the number of installs, in my opinion. This equates to around ten cents per day the app has been released. Clickthrough rates have been around the 0.3% mark, which doesn’t compare favourably with the figures that other developers have posted.

Ads are shown on the folder view, and the todo list view, but not on the todo editing view. This suggests to me that the users have been ignoring the ads that appear on those two views, in order to concentrate on actually using the app. That would not be unexpected, given the nature of the app.

Revenue figures seem to fluctuate quite wildly, with some days showing no ad revenue, and others showing a marked increase over the average, indicating that it is quite likely that the app is used periodically, but perhaps not on a daily basis.

On the whole, the summary is that ads on the Android platform are only of benefit when you have a large number of impressions that will smooth out the revenue, and provide sufficient income to make it actually worthwhile. The figures equate to one more sale of the paid version of the app per month. This would no doubt be different if the app had managed to get a larger number of downloads, which could be achieved by more aggressive marketing for the app.

Folders now have item counts in QuickTodo

As can be seen from the attached screenshot, the folders now show how many items are held within. This allows you to see at a glance, if there are any items in a folder, or whether the folder can be ignored.

Both the Ad-supported and paid-for versions have received this Christmas update.

As usual QuickTodo can be found on the Android Market.

Ad-Supported version of QuickTodo now available on market

Download QuickTodo
Download QuickTodo

An ad-supported version of QuickTodo is now available on Android Market.

To download, simply scan the barcode on the right.

QuickTodo is the easy way to manage your tasks.

Use due dates, priorities and repeating tasks to organise and keep on top of everything.

With drag and drop, you can quickly reorder your lists.

Features:

  • Repeating Tasks
  • Priorities
  • Multiple Lists
  • Drag and Drop
  • Notifications
  • Search

QuickTodo 3.2 released on Android Market

We are pleased to announce that QuickTodo 3.2 is now available on the Android Market.

Changelog for 3.2 is below.

v3.2

- Fixed bug with slow reordering using drag and drop
- Experimental features, including date picker, consolidated notifications and more.
- Small UI tweaks

A few screenshots are below

What we are working on…

Currently there is development work going on around improving the QuickTodo app.

There are three main threads of development:

1. Performance optimisation.

The code that handles the drag and drop is inefficient, and so needs to be refactored to handle larger data sets.

2. Notifications.

Notifications is getting an overhaul, to allow for summary notifications such as “3 items overdue”. The backend work to support the new notification system is underway.

3. Re-architecting the code to support multi-level lists.

This will allow the folder structure to be nested, allowing lists within lists. Currently the development is focused around getting the back end code in a state where this can be supported.

After this is complete, the UI will be revamped to allow folders to be created within folders.