Skip to main content

Command Palette

Search for a command to run...

Getting started with Open Source ? (Beginner Guide)

In Android Development

Updated
3 min read
Getting started with Open Source ? 
 (Beginner Guide)

Before starting Open Source Contribution, you might wonder why it's essential to do it. That needs to click in your mind. The 3Ws - WHAT, WHY, and HOW?

What is Open Source?

Open Source means something that is 'Publicly Available', it can be used and modified by anyone. In IT World, we have Open Source Softwares those are widely used over the Globe. For example:- VLC Media Player, Mozilla Firefox.

WHY Open Source Contribution?

You need to know no software in this world is 100 % perfect. That means there is always a need for improvements in every software and it could include fixing a bug or implementing a new feature. It could be easily seen in the case of Apps that you see over PlayStore(About App Section) like version 1.0.9, and version 11.8.3

In Today's World, People used to be good at pointing out mistakes and blaming each other.

If you have this Quality, Congratulations you are already an Open Source Contributor. Yaa, I m not kidding...

Similarly in Open Source, you need to point out bugs, and functionality that needs to be added to enhance the app's performance and user experience.

What are the Benefits of Open Source Contribution?

BENEFITS:-

  • Impacting several users worldwide

  • Flexibility

  • Networking

  • Scalability

  • High Learning Curve

  • Problem Solving

  • Working on Scalable Projects

* Don't do a Contribution if you are doing it for the sake of money, rewards, or appreciation. Learning should be your Motive that will help you to Grow better and all others are By-Products of Open Source.

HOW to do Open Source Contribution?

Prerequisites:-

Get familiar with GIT and GitHub. Learn basic commands like Commit, Fork, Clone, Push, Pull Request(PR), etc.

  • Github Flow (Basic)

Recommended Steps to Follow for Contribution:-

  1. Go through the Readme to get an overview of the App Codebase including the purpose of the app and then analyze the Code.

  2. Join the community and ask mentors publicly any queries related to the codebase that you are not able to understand.

  3. After going through the codebase, you are much more familiar with the app codebase.

  4. Fork the Repository (Repo).

  5. Clone the Project on your local System.

  6. Now, start testing the codebase on different devices and screens.

  7. You will definitely come up with some idea that needs to be added to enhance the app or in case you will not get work on someone else open & unassigned issue.

  8. Go to the original Repo and report a new issue if it's not already mentioned.

  9. Ask the Mentor or Project Admin to assign you the issue, if it's valid they definitely gonna assign you the issue.

  10. Once the issue is assigned to you, start working on the issue in your local system.

  11. Create a new feature branch from the main branch and start resolving the issue, test on various Android Devices

  12. Once you are completely Sure, Commit and Push the Changes

  13. Make a PR on the Original REPO, mentioning the issue number along with Proofs in the form of Screenshots, Video Clips.

  14. Mentors will check out and if they have 100% satisfied with your work, they will definitely Merge with Main Branch, or if not they will ask for Changes.

  15. Once your PR is successfully Merged. Congratulations you have successfully completed your first contribution.

BONUS:- Android Developers might ask where they will find Open Source Android Projects.

  • Participate in Open Source Programs like GSOC, and GSSOC where you will find lots of Open Source Android Projects to Contribute.

  • Be active on LinkedIn where several Android Developers post their projects mentioning they are Open Source most of the time.

  • You can check out this GitHub REPO

#Share your Learnings in the Comments. Keep Learning and Exploring!

K

Interesting way to elaborate about open source contribution 😃👍

1
A

Thank you, Khushi, Hope it will help you.

1
A

Great, was thinking of starting contributing to open source.

1
A

Definitely, Aryan you start to give it a try. I am damn sure you will not regret .

V

This is really helpful for the beginners to understand know more about opensource.

1
A

Vivek Prajapati Thanks for your valuable feedback

A
Aman Raj2y ago

insightful 💕💕

1
A

Aman Raj Great to hear, you found it insightful

1