GithubHelp home page GithubHelp logo

davidmr001 / android-tech-frontier Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hehonghui/android-tech-frontier

0.0 2.0 0.0 16.01 MB

一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目

License: Apache License 2.0

android-tech-frontier's Introduction

Android开发技术前线 ( android-tech-frontier )

一个定期翻译、发布国内外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目,让我们的技术跟上国际步伐。

目录

参与步骤

  1. 将该项目fork到自己的github;
  2. 在对应分类里面创建一个文件夹,文件夹命名格式为: 中文标题名,比如Android MVP模式与实践;
  3. 在该文件夹中创建readme.md(文章所需图片请存放到图床上,不要放在仓库中,图片宽度尽量控制在400 px左右);
  4. 将模板template.md中的内容拷贝到readme.md,按照模板填写、翻译完内容,完成翻译后将状态修改为"校对中",提交pull request到本项目;
  5. 管理员校对完成之后便会发布.

参与翻译、校对的流程

翻译群: 399424408, Android框架设计交流群 : 413864859.

微信订阅号 ( 最新文章,及时推送,赶紧扫描关注吧! )

weixin

## 文章分类 | 来源 | 介绍 | |----------|-------------| | [AndroidWeekly](androidweekly) | 每周更新国外的技术咨询、开源库等信息[AndroidWeekly](http://androidweekly.net/) | | [Android Blog](android-blog) | Android官方技术博客[Android Dev Blog](http://android-developers.blogspot.com/) | | [Others](others) | 其他来源的优秀文章 | ## 推荐文章 如果您有好的文章推荐我们翻译,请在 在[bboyfeiyu/android-tech-frontier](https://github.com/bboyfeiyu/android-tech-frontier/issues) 下提一个issue,Issue 模板: hehonghui#1
  • 推荐理由: 这是一篇关于XXXXXXX的优秀文章
  • 原文链接: 写明原始链接
  • 标签: 推荐, 来源,如androidweekly,android-blog
  • milestone: 设置为当月,如2015/03

翻译任务跟踪和管理

有想要翻译文章的朋友情从issue列表中选择一个翻译任务,然后在issue中添加一个评论,将自己的github账户添加到评论中( 比如 : @Mr.Simple认领该翻译任务 ),管理员会将该issue的标签设置为翻译中。翻译者及时更新翻译状态,状态通过标签跟踪:

  • 待认领
  • 翻译中
  • 翻译完成
  • 校对中
  • 校对完成
  • 已发布

译者翻译完成之后想本项目发布pull request,校对完成之后会合并您的提交,并且将对应的issue关闭。

## 已完成列表 ## 2015.4.3 ( 第三期 ) | 文章名称 | 译者 | 出处 | |---------|--------|-------| | [深入了解Bundle和Map](androidweekly/深入了解Bundle和Map) | [yinna317](https://github.com/yinna317) | [AndroidWeekly issue #145](http://androidweekly.net/issues/issue-145) | | [Square 开源库Flow和Mortar的介绍](androidweekly/Square 开源库Flow和Mortar的介绍) | [sundroid](https://github.com/sundroid)( [chaossss](https://github.com/chaossss) 协同翻译) | [AndroidWeekly issue #142](http://androidweekly.net/issues/issue-142) | | [使用RxJava.Observable取代AsyncTask和AsyncTaskLoader](androidweekly/使用RxJava.Observable取代AsyncTask和AsyncTaskLoader) | [ZhaoKaiQiang](https://github.com/ZhaoKaiQiang) | [AndroidWeekly issue #142](http://androidweekly.net/issues/issue-142) | | [上传拍下的照片、视频到服务器](others/上传拍下的照片、视频到服务器) | [chaossss](https://github.com/chaossss) | [http://www.androidhive.info/](http://www.androidhive.info/2014/12/android-uploading-camera-image-video-to-server-with-progress-bar/) | | [简化Android的UI开发](others/简化Android的UI开发) | [chaossss](https://github.com/chaossss) | [zserge.com/](http://zserge.com/) | | [安卓字体渲染器](androidweekly/安卓字体渲染器) | [7heaven](http://github.com/7heaven) | [AndroidWeekly issue #102](http://androidweekly.net/issues/issue-102) | | [在Android 5.0中使用JobScheduler](androidweekly/在Android%205.0中使用JobScheduler) | [Mr.Simple](http://github.com/bboyfeiyu) | [AndroidWeekly issue #146](http://androidweekly.net/issues/issue-146) |

2015.3.27 ( 第二期)

文章名称 译者 出处
[Google+ 团队的 Android UI 测试](android-blog/Google+ 团队的 Android UI 测试) allenlsy Android Dev Blog
使用Robolectric的参数化测试 Lollypo AndroidWeekly issue #145
kotlin-for-android简介 canglangwenyue AndroidWeekly issue #144
ListView或者RecycleView滚动时隐藏Toolbar(1) chaossss AndroidWeekly issue #141
ListView或者RecycleView滚动时隐藏Toolbar(2) chaossss AndroidWeekly issue #142
让你的Android应用能使用多种主题-Part-2 chaossss AndroidWeekly Issue#144
清晰的软件架构 ( Bob大叔 ) zimoguo The Clean Architecture

2015.3.22 ( 第一期)

文章名称 译者 出处
一种在android中实现MVP模式的新思路 FTExplore AndroidWeekly issue #144
一种更清晰的Android架构 Mr.Simple AndroidWeekly issue #118
一个支持多设备的Android参考应用 Mr.Simple AndroidWeekly issue #144
让你的Android应用能使用多种主题 (Part 1) chaossss AndroidWeekly issue #144
欢迎来到Android多进程时代 Lollypo AndroidWeekly issue #144

android-tech-frontier's People

Contributors

7heaven avatar canglangwenyue avatar chaossss avatar clwenyue avatar ftexplore avatar hehonghui avatar sundroid avatar xianminx avatar yinna317 avatar zhaokaiqiang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.