hey everyone . i wish to publish a Library for the...
# android-architecture
a
hey everyone . i wish to publish a Library for the first time. i want to publish a recycler view as library which can show a particular ui, and anyone adding that as a view can just pass the values via xml and it will automatically set the adapter. is it possible? also it has a dependency of 3rd party, say material design lib 1.3 . how can another person use my library without their app getting affected by this library for eg, if they are using material lib 1.1 , then they shouldn't be able to access 1.3 material library via my library . is it possible ?