wrjqss / Android-Best-Practices

Android最佳实践示例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Best-Practices

Join the chat Issue Stats

如果你的项目中用到了本项目中给出的工具或者是类,那么请通过邮件或者是微博等方式告知。我很希望收到大家的反馈,这样也是对我的一种支持。做事不易,尽力而为。

起笔时间2015年8月30日(晚)

目录

文章 开源库
2015 08 Log最佳实践 https://github.com/tianzhijiexian/logger
 | 09 | [Java反射最佳实践](https://github.com/tianzhijiexian/Android-Best-Practices/blob/master/2015.9/reflect/reflect.md) | https://github.com/jOOQ/jOOR   
 |    | [UI实时预览最佳实践](https://github.com/tianzhijiexian/Android-Best-Practices/blob/master/2015.9/ui/ui.md) | http://www.jimumirror.com/
 | 10 | [Adapter最佳实践](https://www.zybuluo.com/shark0017/note/202443) | https://github.com/tianzhijiexian/CommonAdapter  

2016 | 04 | Selector最佳实践 | https://github.com/tianzhijiexian/SelectorInjection
| 05 | 开发第三方库最佳实践 | https://jitpack.io/ | 06 | 集成第三方推送最佳实践 | | 07 | Android打包提速实践 | https://github.com/seven456/MultiChannelPackageTool | 08 | DataBinding最佳实践 | https://github.com/tianzhijiexian/DBinding

初衷

起笔写这个项目的原因很简单,面对世面上众多的第三方库,我们很难在短时间内知道什么是最好的。开源平台虽百家争鸣,但落实到开发者的项目中也终究是成王败寇的结局。我希望带给大家一些市面上最好的开源库或解决方案,让大家能快速找到质量最好的第三方库。

我更希望的是,一个初创公司的开发者能在看完这系列文章后,善用轮子,这样能在保证项目开发速度的前提下,还能有点代码质量(并非贬义,经历过的人懂)。当然了,我一个人的力量和知识是有限的,所以我把它放在github上面。希望大家能参与进来,推荐优质的第三方库或者解决方案。

说明

  1. 本文主要是文字内容,所以我会不定期的更新和修改之前的文章内容。所以推荐大家watch下本项目,这样有更新了可以及时提醒。
  2. 关于文章的放置地点,我选择了第三方的平台,没有放在github上。因为git的东西每次都要产生一个commit,不够随意。
  3. 老的文章会随着推荐的库的更新而更新,如果老的文章更新了,我“有可能”会在微博上发布信息。

随笔

学生时期自己有着无穷的自信心,毕业后发现必须要用实力来面对现实。于是,凭空而来的自信和踏实稳妥的实力都塑造了我。虽然不能像以前那样穷尽全力去帮助别人,甚至改变世界,但我仍能够不断地坚持让自己多帮助别人一点,即使是一点点。 ———— 在现实中苟延残喘的理想主义者

Developer

Jack Tony: developer_kale@foxmail.com

License

Copyright 2015-2019 Jack Tony

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Android最佳实践示例

License:Apache License 2.0