Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> embedded android 協同翻譯繼續招募中

embedded android 協同翻譯繼續招募中

編輯:關於Android編程

第一章和第三章已經開始翻譯中,


第二章和第四章還等待認領。


協同翻譯繼續招募中


Embedded_Android_in_Chinese

描述:

  • co-work QQ群: 15997841
  • book pdf 文檔位於source/下面,請依據這個文檔進行翻譯

    當前進度

    章節認領中......

    github參與簡明流程

    • 初始化項目
    • 進入項目地址,先fork這個項目到你的項目中
    • 把你fork的項目clone到你本地
    • git branch dev 新建一個分支
    • git checkout dev 切換到dev分支
    • git remote add upstream https://github.com/koffuxu/Embedded_Android_in_Chinese 把項目添加你的遠程倉庫
    • git remote update 把koffuxu的分支拿到你本地
    • git fetch upstream master 把koffuxu的maser分支更新到本地
    • git rebase upstream/master 更新合並
    • 如果你完成修改,使用 git push -u origin dev 提交更新
    • 然後進入你的github網站申請pull request

      日常更新,之後更新使用如下命令

      1. git remote update upstream 把koffuxu的修改更新到本地
      2. git rebase upstream/master 更新合並

        • 更多Github操作信息參考:http://blog.csdn.net/koffuxu/article/details/39010803

          約定

          • 使用Markdown進入文本格式,Markdwon幫助文檔

            認領目錄

            • Preface
              1. Introduction
                • History √bywiikii
                • Features and Characteristics √bywiikii
                • Development Model √bywiikii
                • Differences With "Classic" Open Source Projects √byCodeDiving
                • Feature Inclusion, Roadmaps, and New Releases √byCodeDiving
                • Ecosystem √by[CodeDiving]
                • A Word on the Open Handset Alliance
                • Getting "Android"
                • Legal Framework
                • Code Licenses
                • Branding Use
                • Google's Own Android Apps
                • Alternative App Markets
                • Oracle v Google
                • Hardware and Compliance Requirements
                • Compliance Definition Document
                • Compliance Test Suite
                • Development Setup and Tools
                  1. Internals Primer
                    • App Developer's View
                    • Android Concepts
                    • Framework Intro
                    • App Development Tools
                    • Native Development
                    • Overall Architecture
                    • Linux Kernel
                    • Wakelocks
                    • Low Memory Killer
                    • Binder
                    • Anonymous Shared Memory (ashmem)
                    • Alarm
                    • Logger
                    • Other Notable Androidisms
                    • Hardware Support
                    • The Linux Approach
                    • Android's General Approach
                    • Loading and Interfacing Methods
                    • Device Support Details
                    • Native User-Space
                    • Filesystem layout
                    • Libraries
                    • Init
                    • Toolbox
                    • Daemons
                    • Command-Line Utilities
                    • Dalvik and Android's Java
                    • Java Native Interface (JNI)
                    • System Services
                    • Service Manager and Binder Interaction
                    • Calling on Services
                    • A Service Example: the Activity Manager
                    • Stock AOSP Packages
                    • System Startup
                      1. AOSP Jumpstart
                        • Getting the AOSP √bykoffuxu
                        • Inside the AOSP √bykoffuxu
                        • Build Basics √bykoffuxu
                        • Build System Setup
                        • Building Android
                        • Running Android
                        • Using ADB
                        • Mastering the Emulator
                          1. The Build System
                            • Comparisons With Other Build Systems
                            • Architecture
                            • Configuration
                            • envsetup.sh
                            • Directive Definitions
                            • Main Make Recipes
                            • Cleaning
                            • Module Build Templates
                            • Output
                            • Build Recipes
                            • The Default droid Build
                            • Seeing the Build Commands
                            • Building the SDK for Linux and MacOS
                            • Building the SDK for Windows
                            • Building the CTS
                            • Building the NDK
                            • Updating the API
                            • Building a Single Module
                            • Building Out of Tree
                            • Basic AOSP Hacks
                            • Adding an App
                            • Adding a Native Tool or Daemon
                            • Adding a Native Library
                            • Adding a Device
                            • Adding an App Overlay
  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved