I've been trying to keep a pretty good list of the known projects out there,
you can see the list here:
http://www.helloandroid.com/apps
That list is only projects that have created a release, you can change the
filter on the dropdown to show all projects.
Programs can be compiled in to a *.apk file and that is how packages will be
distributed, it's not clear if Google will have an official package
management program. It's not too hard to write a package management program
using the PackageManger object, though the security/permissions functionality
doesn't seem to be there yet...
--
Zach Hobbs
HelloAndroid.com
Android OS news, tutorials, downloads
Thanks for the kind words, I definitely want to start working on a package
management application that will pull the information from my site. I just
need to figure out how to get the PackageManager permissions worked out
(might not be possible with current SDK).
Maybe I should create and publish the specs for a webservice or XML RPC so
that anyone can use the information from the site...if anyone is interested
in anything like this let me know.