My Android Application Is Alive!!!!
I’ve got my first Android application written! It’s a lame little todo list, but it’s MY lame little todo list!
And the best part is, I was able to backport it to userspace version mc3 and my lame little app is running on the Nokia n810!
Yes! It’s ALIVE!!!!!!!!!!!!!!
Now to get maps and GPS working…
Tags: android Eclipse n810 nokia


September 4th, 2008 at 10:38 pm
How easy is that Android thing to write to? I have not written a line of C in decades having discovered the joys of perl and php some time ago.
September 5th, 2008 at 3:02 pm
Surprisingly easy. I’ve always thought of Java as a big, bloated language but it’s not. It feels sleek and sharp, much like C does. I guess I confused Java with all those frameworks.
Writing the Android app was refreshing. I’m a big Perl coder and I do a fair amount of PHP (although I don’t like it) but I really enjoyed writing in Android/Java.
The only downside is the API was (is?) changing rapidly so you had to rewrite major parts of the code between versions, but that should be (more) stable these days.