Archive for January, 2009

Jan 08 2009

Source drop

Published by Whizziwig under Uncategorized

This isn’t a great check-in, gohome has dotfiles and binary files checked in, and betterbookmarks needs the tagsoup jar but I’ll fix that tomorrow when I’m not completely exhausted.

http://gohome.googlecode.com

http://betterbookmarks.googlecode.com

Also, none of the source is commented or logical, planning to clean it up this weekend.

3 responses so far

Jan 03 2009

BetterBookmarks, android app #2

Published by Whizziwig under Uncategorized

Another fun-with-shortcuts app, this one for creating iphone-style shortcuts.
It even tries to do some intelligent scaling of favicos.

manual UI:

manual-ui

Finished product (facebook and google are BetterBookmarks shortcuts):

bb4

Pro-tips:

  • For google reader, use URL: http://www.google.com/reader/i/ and Icon URL: http://www.google.com/reader/ui/iphone-icon.png
  • For facebook, use URL: iphone.facebook.com

One response so far

Jan 03 2009

Go Home

Published by Whizziwig under Uncategorized

I’m sad that android doesn’t have home screen widgets, but the shortcuts, as proved by anycut, can be pretty cool.

Go Home is an app that lets you add a home screen shortcut to get directions from your current location (gps or cell tower) and automatically route you to the address associated with that shortcut.

There are currently only 4 icons bundled with this (but that’s better than the web browser bookmarks support), but I think they cover work, home, significant other, and anything else. Enjoy. Also, apologies for the drop-down widget being so hideous.

I will update this app if google maps on andoird gets transit support so that you can specify the transportation mode as well.

To use, either long press on an empty part of the home screen, or, from the home screen, go to menu->add. Click “Go Home”

gohome1

Fill in this screen:

gohome2

Done!

gohome3

No responses yet

Jan 02 2009

Android Pro-Tip: Go Home

Published by Whizziwig under Uncategorized

I’m planning to write an app that allows you to create home screen shortcuts for “go to address X from my current location,” but for now, a partial solution is to open AnyCut, make your own shortcut, set the action to android.intent.action.VIEW and the data to http://maps.google.com/maps?f=d&daddr=. You’ll still need to explicitly tell maps to start from your current location, but it’s still faster than all the clicks to open maps and open directions and pick an address.

Culled from http://androidguys.com/?p=2967 and http://www.jsharkey.org/blog/2008/08/22/driving-directions-in-android-09-sdk/

No responses yet