项目作者: ACM-VIT

项目描述 :
Android Library Playground!
高级语言: Java
项目地址: git://github.com/ACM-VIT/libground.git
创建时间: 2020-10-05T11:37:40Z
项目社区:https://github.com/ACM-VIT/libground

开源协议:

下载


Kicking Off Hacktoberfest with ACM-VIT!



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
    1. git clone https://github.com/ACM-VIT/libground
    • Go to the cloned directory by running
      1. cd libground
    • Create a new branch. Use
      1. git checkout -b [YOUR-BRANCH-NAME]
    • Make your changes to the code. Add changes to your branch by using
      1. git add .
    • Commit the chanes by executing
      1. git commit -m "my-cool-feature"
    • Push to remote. To do this, run
      1. 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!

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

Contributors