I am currently writing a library and I want to make it as indepented as possible. The only external library at runtime i am using is Google Guava.
Is there any way to determine if this library and android play nice?
My approach is to type "is X compatible with android" into a search engine and take it from there. In this case the very first result seems to settle the question.