I am new in Android Development. I am trying to use these below libraries & SDK together for my project -
- Volley Library
- Picasso Library
- CircleImageView Libray
- DS Photo Editor SDK - which requires Minimum android SDK 21 or higher
CodePudding user response:
properly documented library constains some readme, in which there should be mentioned minimal API lvl. if not you can check this out in build.gradle
file (app lvl one, not global project one placed in root of project), e.g. in HERE for CircleImageView