Giter Site home page Giter Site logo

learning_android_programming's Introduction

《Android编程权威指南》"Android Programming - The Big Nerd Ranch Guide" 是一本非常优秀的Android入门学习教程,全书贯穿着几个简单或复杂的App的完整开发过程,这几乎是手把手地教App开发,涉及到非常多的知识点:Activity、Fragment、ViewPager、Adapter、Service、Intent...... 这个Git Repository记录的是这些App的学习过程。

原本每个App对应一个Repo,后来觉得这些把git主页搞得乱糟糟的,于是想合并为一个Repo. 我是按照下文介绍的方法合并的,成功: Merging two, three or more git repositories keeping the log history 需要注意的是,Android工程文件中包含.project.classpath,也可能包含.gitignore

# 这条命令会忽略所有.前缀的文件,
git mv -k * path/to/repository/
# 所以还需要:
git mv -k .classpath path/to/repository/
git mv -k .project path/to/repository/
# 否则,在合并多个repos为一个时,这几个同名的文件将会导致冲突

li2 [email protected] 2015-09-08

learning_android_programming's People

Contributors

li2 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.