Skip to content

jianjiax/android-code-samples

 
 

Repository files navigation

android-code-samples

@author @mail @weibo

About

这是一个面向初学,介绍 Android 应用开发中基础原理的的一个 repository ,里面涵盖了大多数 Android 开发过程中需要用到的基本代码。代码整体上以讲述基本原理为主,一方面为了用代码的方式阐明 Android 相关子模块的工作原理,另一方面为在实际开发中遇到类似的需求时提供代码参考或者直接粘贴使用

Build

下载本仓库后根目录中文件夹下都是一个完成的 Eclipse 工程,直接导入即可,但是这样做意义不大。这个仓库中的代码意在提供基本功能的参考,通常都很短,无论是学习还是移植需要直接手写或者 copy 即可。

Content

Licence

本仓库所有代码遵守 Apache License, Version 2.0

Copyright 2014 qiqi8226

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%