Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android development with java #461

Closed
wants to merge 17 commits into from
Closed

Android development with java #461

wants to merge 17 commits into from

Conversation

Manmeet2607
Copy link


Changes made in Android_Development/Java/ directory under Android_Development_With_Java branch.

Android-resources.md added to Android_Development/java. Given an overview of the Android-Resource file (res), types of resources and the key files stored in these folders. Brief explanation is potrayed for providing app resources and alternate resources , referencing app resources and defining color resources along with code.
Fixes #147


Type of change 📝

  • Video (gif and images)
  • Documentation (Content Creation in the form of codes or tutorials)

Domain of Contribution 📊

  • Open Source

Checklist ✅


Copy link
Contributor

@HeySitam HeySitam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work.
please squash your 16 commits into one single commit.

@Manmeet2607
Copy link
Author

Great work.
please squash your 16 commits into one single commit.

sir how to squash them?

@Manmeet2607
Copy link
Author

Manmeet2607 commented Sep 19, 2021

sir how to squash them?

moreover i am pretty sure i have done just one commit and i just did a git pull so do i have to squash together all the commits .

@VikasPandey121
Copy link
Collaborator

Please keep these steps in your mind while contributing

1- Create a new branch Android_Development_With_Java using git branch Android_Development_With_Java.
2- Checkout to this new branch using git checkout Android_Development_With_Java.
3- Now you add your file your files into this branch only using the command git add .
4- Commit your changes using the command git commit -m "ENTER YOUR COMMENT HERE".
5- Push your changes using the command git push origin Android_Development_With_Java

@VikasPandey121
Copy link
Collaborator

I am closing this PR as of now. Please follow the steps and open a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants