문제

I have created iPhone app where I am displaying PDF and playing audio and video files using fastpdfkit.

Now I want to make same app for Android also. Is there any kit for android where I can have same functionalities?

도움이 되었습니까?

해결책

iText is a dedicated java library to create and manipulate PDF documents. It has an Android version named iTextG. iText tutorials are more available than for iTextG. So I suggest you to use iText tutorials.

iTextG is only for pdf manipulation. You can rely on Android multimedia API for audio and video support.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top