I am junior Android developer, and I am developing an app for reading MS word document. I've tried many library, most of them work well in Java desktop, but there're many problem onto Android platform, such as docx4j, openoffice sdk, libreoffice sdk, Apache POI,.... When I port to android app, the app crashed for the first time because no java class available on Android. Apache POI is good enough, can read okay, but the reading logic and formatting the output result is not good (format of document's so bad).
So please help me search for good library about this,
thank so much ^^.
