I guess I'll start then.
A nice hidden feature I think is the Best Practices of the Android documentation. It lists plenty of great tips for designing responsive and fast apps.
Best Practices sections are:
- Supporting Multiple Screens (multiple sizes and resolutions)
- UI Guidelines
- Icon Design
- App Widget Design
- Activity and Task Design
- Menu Design
- Designing for Performance
- Designing for Responsiveness
- Designing for Seamlessness
Another hidden feature is that these docs are available offline as part of the SDK. At first I was loading up a few pages every day for my morning train ride but didn't need to do that anymore after I found them in the SDK directory.
If you use Eclipse, you will notice that it doesn't format XML files very well and when it does, it's very inconsistent (sometimes it splits the attributes by new lines, sometimes it doesn't). To fix it, you can press Ctrl-Shift-F (auto-format). The rules Ctrl-Shift-F uses are in Window->Preferences->XML->XML Files->Editor.