Android Library Playground!
Android library playground of awesome libraries!
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!
git clone https://github.com/ACM-VIT/libground
cd libground
git checkout -b [YOUR-BRANCH-NAME]
git add .
git commit -m "my-cool-feature"
git push origin [YOUR-BRANCH-NAME]
Project maintainer’s decision on validity of PR is final.
For additional guidelines, refer to participation rules
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!
Lets get started!
git remote add origin https://github.com/ACM-VIT/libground
git pull origin master