hi,
i'm not sure whether this post should be in this part of forum, but, hey i couldn't find better place...
after couple of days of work created simple and basic template for own Home applications: it has couple of virtual pages (2 x 3 in my case), partially implemented Today page, and ability to switch between pages: by touch events, by dpad/focus traversal and by system menu panel.
everything made with (at least I hope) nice ui experience...
also created system menu panel for running applications.
system menu panels are Panels widgets I created some time ago.
the main virtual desktop is HomeView class and clearly demonstrates how to deal with children (individdual pages), Scrollers, Interpolators and Handlers.
there is also one sample page showing how to add additional pages.
have a fun and nice hacking/analysing ;)
p.s. for convenience reason it doesn't have any setting in manifest to be real Home app - anyone could easly find how to do it ;)