aspose file tools
The moose likes Android and the fly likes Is there an easy way to figure out if a Java library is compatible with Android? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Is there an easy way to figure out if a Java library is compatible with Android?" Watch "Is there an easy way to figure out if a Java library is compatible with Android?" New topic
Author

Is there an easy way to figure out if a Java library is compatible with Android?

Manuel Petermann
Ranch Hand

Joined: Jul 19, 2011
Posts: 175

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?


Please correct my English.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
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.


Android appsImageJ pluginsJava web charts
Manuel Petermann
Ranch Hand

Joined: Jul 19, 2011
Posts: 175

Hmm i was seriously thinking I checked that yesterday evening and there was no definitive answer there... Must have been too tired.
Thanks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is there an easy way to figure out if a Java library is compatible with Android?
 
Similar Threads
Android - Enterprise Mobile Apps
Source Code Android Classes
Testing simulation
Stop package installation
Well, what is the best way to learn NDK i know Android/Java only