2 of 23
3. Android Open Source Project: http://source.android.com/
4. API definitions and documentation: http://developer.android.com/reference/packages.html
5. Android Permissions reference:
http://developer.android.com/reference/android/Manifest.permission.html
6. android.os.Build reference: http://developer.android.com/reference/android/os/Build.html
7. Android 2.1 allowed version strings:
http://source.android.com/compatibility/ 2.1/versions.xhtml
8. android.webkit.WebView class:
http://developer.android.com/reference/android/webkit/WebView.html
9. HTML5: http://www.whatwg.org/specs/web-apps/current-work/multipage/
10. Dalvik Virtual Machine specification: available in the Android source code, atdalvik/docs
11. AppWidgets:
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html
12. Notifications: http://developer.android.com/guide/topics/ui/notifiers/notifications.html
13. Application Resources: http://code.google.com/android/reference/available-resources.html
14. Status Bar icon style guide: http://developer.android.com/guide/practices/ui_guideline
/icon_design.html#statusbarstructure
15. Search Manager: http://developer.android.com/reference/android/app/SearchManager.html
16. Toasts: http://developer.android.com/reference/android/widget/Toast.html
17. Live Wallpapers: http://developer.android.com/resources/articles/live-wallpapers.html
18. Apps for Android: http://code.google.com/p/apps-for-android
19. Reference tool documentation (for adb, aapt,
ddms):http://developer.android.com/guide/developing/tools/index.html
20. Android apk file description: http://developer.android.com/guide/topics/fundamentals.html
21. Manifest files: http://developer.android.com/guide/topics/manifest/manifest-intro.html
22. Monkey testing tool: http://developer.android.com/guide/developing/tools/monkey.html
23. Supporting Multiple Screens:
http://developer.android.com/guide/practices/screens_support.html
24. android.content.res.Configuration:
http://developer.android.com/reference/android/content/res/Configuration.html
25. android.util.DisplayMetrics:
http://developer.android.com/reference/android/util/DisplayMetrics.html
26. android.hardware.Camera: