Hi everybody
I've written a little launcher utility that uses a T9-like system to locate the app that you want to launch, so it can be easily operated even with sausage-like fingers like mine. It was written in one day, so there hasn't been a lot of testing... however it works absolutely perfect on my device. And it looks like I didn't even mess up the memory managment, as I can't detect any memory leaks.
Two people so far have reported crashes and I really don't know why.
One person mentioned that it crashes when he turns his device off and on again.... which is strange since I'm not doing anything on wakeup.... the only explanation I could offer would be another app that runs on startup, which gets confused with NativeCoords.
Another person has reported a crash after entering two symbols... my guess is that he has a corrupt database in memory, but I can't verify that.
Please read the FAQ first:
http://tapper-ware.net/
Please, I really need feedback on this one:
Normal build:
http://www.tapper-ware.net/files/T8Launcher.zip
Build with debug messages enabled:
http://www.tapper-ware.net/files/T8Launcher-DBG.zip
Hans (hansschmucker at gmail dot com)