How To Use Git Branches To Speed Up Android App Development (Udemy.com)

Learn How To Use Git Branching Model Effectively To Make You Develop Android Apps Easier And Faster

Created by: Skill Centric

Produced in 2018

icon
What you will learn

  • You will learn how to speed up development of real world projects with git.
  • You will learn how to develop new features, remove critical bugs and prepare code releases using separate git branches.
  • You will learn the best practices of creating, merging and deleting git branches.
  • You will learn how to use master, develop, feature, release and hotfix branches.
  • You will learn how to use git via the terminal (command line).
  • You will learn how to use Android Studio GUI git client.

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 90 / 100

icon
Course Description

You are welcome to take this course if you are an Android developer and you have learned the basics of git version control system.

You know the differences between commits, branches and tags. You can create, delete and checkout branches. You can browse commit history and probably you know how to do all of these using the command line.

But you are still wondering how Android app development and git fit together? How can all these git skills actually help you develop android applications? Where can you find an actual code example of developing a simple android app while using git?

If you have ever faced these questions, than this course is for you!

I'm going to introduce you to a successful git branching model. You will learn how to use master, develop, feature, release and hotfix branches in your project. You will learn the best practices of using git while working on individual features, fixing critical bugs and preparing your product release. You will learn the theory of using git branches, as well as see some actual code examples.

We are going to to examine a simple command line example and then we will be using Android studio command line and graphical git interface to develop a simple android app.

By the end of this course you will be very comfortable with using git in real world projects. Actually you will probably wonder why haven't you used git before? Next time you'll be working on a successful android app, you are very likely to be using this git branching model. Who this course is for:
  • Android app developers of all levels.

icon
Instructor Details

placeholder

Skill Centric is an online education company providing a large variety of courses on software development. We are offering high quality tutorials made by industry experts supplied with great code examples. We are working hard to provide you with real life, hands-on skills which will help you deliver great results and advance your software development career.

icon
More git courses

Starting with Git & GitHub

$11.99

Complete Git Guide: Understand and master Git and GitHub

$11.99

Git by Example

$11.99

Git for Absolute Beginners

$11.99

Git Smart: Enjoy Git in Unity, SourceTree & GitHub

$11.99

Git Github Gitkraken: Version Control without Command Line

$11.99

icon
Reviews

4.5

2 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Abhishake Thakral

This course is quite good for beginners as well as for those who want to learn git for Android development. The only thing which i found missing was that there is no tutorial on how to work when two or more developers are working on same project and how to pull the code from github to local git

By Veronica Gorena

Concrete and well explained