/NonViewUtils

不涉及视图的工具类,逻辑类的集合

Primary LanguageJavaApache License 2.0Apache-2.0

NonViewUtils

不涉及视图的工具类,逻辑类的集合

协作规范

  • 修改原有的类
    如果你需要修改项目中原本的类,请在类的开头添加你的名字或名字+个人网址,同时也添加@date作为修改日期。
/**
 * App的入口Activity.
 * 
 * @author Jack Tony
 * @date 2015/5/10
 * 
 * @author kale
 * @date 2015/5/11
 * 
 * @author <a href="http://blog.csdn.net/lmj623565791">Hongyang</a>
 * @date 2015/5/14
 */
  • 新增一个类
    如果你想添加一个类到项目中,请取一个妥善的包名或者放在先有包名中,同时也请添加@author和@date。
    在类的第一行请添加简短的注释,注释最后请用英文的句号结尾。
/**
 * @author Jack Tony
 * @date 2015/5/14
 */

文档

[http://android-quick-dev.github.io/NonViewUtils/javadoc/](http://android-quick-dev.github.io/NonViewUtils/javadoc/ "开发文档")

参与进来

欢迎提交你在开发中总结的方便好用的代码,如果发现有更好的办法来实现项目中提到的功能,欢迎去修改代码,让工程变得更加完善、高效。如果你对于项目有建议或者发现了问题,欢迎提出。希望你在指出问题时描述的尽可能详尽,以方便我们快速改进。

开发者们

Jack Tony: <developer_kale@.com>
your name: example@main.com

License

Copyright 2013 Diego Carlos Lima

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.