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”