Difference between revisions of "Android Web Resources"

From eLinux.org
Jump to: navigation, search
(Web Sites: add google sites)
(Community sites)
 
(9 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
* http://source.android.com/ - site devoted to source code management
 
* http://source.android.com/ - site devoted to source code management
 
** [http://source.android.com/discuss#TOC-Open-source-mailing-lists mailing lists for source/platform discussions]
 
** [http://source.android.com/discuss#TOC-Open-source-mailing-lists mailing lists for source/platform discussions]
 +
 +
=== Community sites ===
 +
* [http://android-dls.com/ Android-DLs]
 +
** [http://android-dls.com/wiki/ Android-DLs wiki]
 +
** [http://android-dls.com/forum/ Android-DLs forum]
 +
* xda-developers
 +
** [http://forum.xda-developers.com/forumdisplay.php?f=448 XDA Developers Dream Android Development forum] - lots of good discussion about ROMS and Android system development
 +
* [http://androidcommunity.com/ AndroidCommunity.com]
 +
* Stack Overflow ([http://stackoverflow.com/questions/tagged/android android-tagged questions])
 +
* [http://www.freewarelovers.com/android Android Freeware Lovers] - community driven repo of open source and freeware apps
 +
* [http://freeapk.com Android Freeware] Android freeware or on sales apps
 +
 +
=== Other sites ===
 +
*[http://www.mistralsolutions.com/android Android™ on OMAP]
 +
*[http://www.youtube.com/watch?v=3MKg8UAxgTE Android Demo on Mistral's TMDSEVM3530 featured on You Tube]
 +
*[http://www.youtube.com/watch?v=IuO0YQfjflY Android Demo on Mistral's TMDXEVM3503 featured on You Tube]
  
 
== Mailing Lists ==
 
== Mailing Lists ==
* [http://groups.google.com/group/android-ndk android-ndk] Android Native Development Kit (NDK) mailing list
+
See http://developer.android.com/community/index.html for a list of official Android mailing lists, and instructions for joining these lists.
** List for people working on native code.  This list is targeted by Google at supporting developers who are
+
 
writing native shared libraries to use via JNI from their Java-based applications.  You won't get any help
+
* [http://groups.google.com/group/android-platform android-platform]
using 'agcc' or other community-developed native development tools there.
+
** Discussion of user-space Android code, including system libraries, service, public APIs or built-in applications.         
 +
* [http://groups.google.com/group/android-porting android-porting]
 +
** Toolchains, device-specific customizations, board bring-up and optimizations
 +
* [http://groups.google.com/group/android-kernel android-kernel]
 +
** Discussions of Linux kernel and Android-related changes
 +
* [http://groups.google.com/group/repo-discuss repo-discuss] - Repo and Gerrit discussion
 +
* [http://groups.google.com/group/android-beginners android-beginners]
 +
** Beginning users of SDK and getting started with Android development
 +
* [http://groups.google.com/group/android-developers android-developers]
 +
** Experienced developers - implementation help, optimizations, etc.
 +
* [http://groups.google.com/group/android-discuss android-discuss]
 +
** General discussion of the platform, usage, ideas for new features, etc.
 +
* [http://groups.google.com/group/android-security-discuss android-security-discuss]
 +
** Security issues. Please don't disclose vulnerabilities directly on this list.
 +
* [http://groups.google.com/group/android-security-announce android-security-announce]
 +
** Low-volume list for security announcements by the Android Security Team.
 +
 
 +
* [http://www.google.com/support/forum/p/Android+Market?hl=en Android Market Help Forum]
 +
** A web-based discussion forum for Android Market questions.
 +
 
 +
=== Other lists ===
 +
 
 +
* [http://groups.google.com/group/android-ndk android-ndk] - Android Native Development Kit (NDK) mailing list
 +
** List for people working on native code.  This list is targeted by Google at supporting developers who are writing native shared libraries to use via JNI from their Java-based applications.  You won't get any help using 'agcc' or other community-developed native development tools there.
 +
 
 +
[[Category:Android]]

Latest revision as of 10:42, 18 February 2012

Web Sites

Google sites

Community sites

Other sites

Mailing Lists

See http://developer.android.com/community/index.html for a list of official Android mailing lists, and instructions for joining these lists.

  • android-platform
    • Discussion of user-space Android code, including system libraries, service, public APIs or built-in applications.
  • android-porting
    • Toolchains, device-specific customizations, board bring-up and optimizations
  • android-kernel
    • Discussions of Linux kernel and Android-related changes
  • repo-discuss - Repo and Gerrit discussion
  • android-beginners
    • Beginning users of SDK and getting started with Android development
  • android-developers
    • Experienced developers - implementation help, optimizations, etc.
  • android-discuss
    • General discussion of the platform, usage, ideas for new features, etc.
  • android-security-discuss
    • Security issues. Please don't disclose vulnerabilities directly on this list.
  • android-security-announce
    • Low-volume list for security announcements by the Android Security Team.

Other lists

  • android-ndk - Android Native Development Kit (NDK) mailing list
    • List for people working on native code. This list is targeted by Google at supporting developers who are writing native shared libraries to use via JNI from their Java-based applications. You won't get any help using 'agcc' or other community-developed native development tools there.