One jar library for Android and Java (One compiled library for both) -
i'm writing java library uses classes available in android , other in awt (like android bitmap , jwt bufferedimage). use these classes internally (none of them public).
now want both of them in same jar (i added checking (if android or not) before calling of these specific classes).
i tried , works fine.
now question, safe, or there might problem face users of library when using in apps (java or android)?
Comments
Post a Comment