I am using Parse
as a back-end service for my app and also KenBurnsView
library to animate the images.
My problem is that Parse uses ParseImageView and KenBurnsView uses com.flaviofaria.kenburnsview.KenBurnsView
, so is there a way to merge this two together and make them function. The same questions apply to other libraries as well. Like merging two libraries about ListViews
that have different functions so merge them together and use functions from both.