Android Basics – How to Use Github to Maintain Your Android Project Source Code

In the last Article you got an overview of Git and GitHub.

The following Video Tutorial will help you to connect your Android Project to GitHub.

GitHub is a great way to not only maintain your Code Versions but also to showcase your Work and Collaborate with others.

Source Code – https://github.com/ankur-srivastava/HelloAndroid

Android Basics – Overview of Git and Github

Now that you have created a Basic Android Project it’s time to start using Github.

But before that what is Git and GitHub ?

Here is a Video where I talk about Git and GitHub

Github is a place (actually a website) where people manage, share and showcase there Project Source Code. Or for that matter any kind of Code or Documentation.

At its Core it uses Git.

Now what’s Git ?

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency

Continue reading “Android Basics – Overview of Git and Github”