embedded 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 更新合并

约定

认领目录

  • 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

时间: 2024-10-07 19:02:54

embedded android 协同翻译继续招募中的相关文章

Embedded Android 协同翻译

如果你有一定的Android的基础和英语基础, 有愿意贡献开源社区的心, 如果你对以下目录感兴趣, 欢迎加入我们协同翻译<Embedded Android> 此次协同翻译,将使用github的形式,请您务必有一个github的账号. co-work QQ群:15997841 1,The Content 1  Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 

Using lists in Android [带翻译]

Using lists inAndroid (ListView) – Tutorial 原文地址:http://www.vogella.com/tutorials/AndroidListView/article.html 申明:本译文参考谷歌和原文协作翻译,有很小一部分是意译方便理解.如有错误请联系(邮箱:[email protected]QQ:190951132 添加请表明是本文读者)更正. 拉尔斯· 沃格尔 Version4.6 Copyright? 2010,2011,2012,2013,

Android中文翻译 - AbstractAccountAuthenticator概述

我顺带把AbstractAccountAuthenticator  也翻译了,感觉直接看SampleSyncAdapter例子很难快速明白整体的意图,配合api是个好的方式,感叹android的api这是太详细了. AbstractAccountAuthenticator 概述 AbstractAccountAuthenticator 概述 这是一个抽象的基类,用于创建账户管理器(AccountAuthenticators).为了成为一 个 认证器,一个类必须继承该类,提供抽象方法的实现,并且写

【翻译】JAVA中抽象类和接口的区别

不知道有没有人翻译过了,这篇是挺简单的,权当复习一遍内容吧. 很多常见的面试问题如"抽象类和接口有什么区别","你在什么时候用抽象类什么时候用接口".所以在这篇文章里面,我们会讨论一下这个话题. 在开始讨论它们的区别之前,我们先看看它们的介绍. Abstract class 抽象类 抽象类被用来抽象出子类的共同特征.它是不能被实例化的,它只能被子类继承作为超类使用.抽象类被用作它的子类下的层次结构创建模板(Abstract classes are used to c

Android如何在java代码中设置margin

习惯了直接在xml里设置margin(距离上下左右都是10dip),如: <ImageView android:layout_margin="10dip" android:src="@drawable/image" /> 只是有些情况下,需要在java代码里来写. API中,android.view.ViewGroup.MarginLayoutParams有个方法setMargins(left, top, right, bottom).可是View本身没

Android 使用ContentProvider扫描手机中的图片,仿微信显示本地图片效果

首先我们先看第一个界面吧,使用将手机中的图片扫描出来,然后根据图片的所在的文件夹将其分类出来,并显示所在文件夹里面的一张图片和文件夹中图片个数,我们根据界面元素(文件夹名, 文件夹图片个数,文件夹中的一张图片)使用一个实体对象ImageBean来封装这三个属性 package com.example.imagescan; /** * GridView的每个item的数据对象 * * @author len * */ public class ImageBean{ /** * 文件夹的第一张图片路

【Android布局】在程序中设置android:gravity 和 android:layout_Gravity属性

在进行UI布局的时候,可能常常会用到 android:gravity  和 android:layout_Gravity 这两个属性. 关于这两个属性的差别,网上已经有许多人进行了说明,这边再简单说一下. (资料来自网络) LinearLayout有两个很类似的属性: android:gravity与android:layout_gravity. 他们的差别在于: android:gravity 属性是对该view中内容的限定.比方一个button 上面的text. 你能够设置该text 相对于

在低于android 5.0的版本中ActionBar不显示

我从ABS切换到AppCompat与Material theme(仅适用于API21) 我的配置文件如下: <application android:theme="@style/AppStyle" <-- values folder --> <style name="AppStyle" parent="@style/AudioRecTheme"> <style name="AudioRecTheme&

在Android的c/c++代码中使用LOG

在Android中,Java代码通过android.util.Log输出Log信息,同样的本地c/c++代码也提供了相对应而且是更多的接口.Android直接在头文件(system/core/include/cutils/log.h)里定义了一些日志输出的宏,这些宏比android.util.Log提供了更多的日志输出接口.因此,使用这些宏,就可以进行和java代码中一样的日志输出.宏LOGD(),LOGE(),LOGI(),LOGV(),LOGW(),LOGD()分别对应android.uti