mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-03-09 07:22:17 -05:00
How to use in android projects #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dharmendrajadon on GitHub (Oct 9, 2015).
What is needed to use this library?
@SArsalanK commented on GitHub (Nov 4, 2015):
A code to integrate into. That's it.
@petebru commented on GitHub (Nov 4, 2015):
very cool... thankyou
@dharmendrajadon commented on GitHub (Nov 4, 2015):
Can you please describe it?
@Ziv-Android commented on GitHub (Nov 4, 2015):
Thank you very much…
@DanielMartinus commented on GitHub (Nov 4, 2015):
@dharmendrajadon This is just a curated list. If you want to integrate anything from this list in your project. Navigate to the projects repository by clicking on the library name in de list. One of the requirements is mostly having a gradle compatible project. Then on the repository page you'll find a gradle line such as com.my.packagename:libraryname:1.0.0. When including this in your projects gradle build file you can sync with gradle and the library is automatically pulled in your project ready to use.
@dharmendrajadon commented on GitHub (Nov 4, 2015):
I got it. Thank You @DanielMartinus
@huangdandan6627 commented on GitHub (Jul 30, 2016):
不知道