Skip to content

ACM-VIT/libground

Repository files navigation

Libground

Android library playground of awesome libraries!

made-by-acm license license


Want to see a short example of some awesome android libraries? Do you want to see how the library functions in an app? This is your playground then! Libground!



Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone https://github.com/ACM-VIT/libground
  • Go to the cloned directory by running
cd libground
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the chanes by executing
git commit -m "my-cool-feature"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules


Before sending your PR

  • Make sure you use only stable library versions. (Alpha, Release candidate libraries must not be used)
  • Make sure you lint your code.
  • Make sure to add your contributor card in the Contributor Page of the app!

Overview

Librground is your friendly playground that hosts exmaples of various awesome android libraries!

It contains a short example, provides preview of how the app would look in your app.

Compile the app and give it a shot!


Usage

Lets get started!

git remote add origin https://github.com/ACM-VIT/libground
git pull origin master

Contributors