Epub is an open standard, digital publication format that is used to distribute electronic books. We can take use of some Epub SDKs to display an Epub Viewer in Android APP.
In a Modern Android APP, developers can use AndroidView in Compose to display Epub Viewer from a SDK. However, to make the Epub Viewer work smoothly and interact well with compose view (such as a controller composable above the viewer) still have much challenges.
In this talk, I will explain a modern android structure for importing an Epub Viewer. And also for other AndroidView components, how to avoid recomposition, handle data flow and other issues.
Intended Audience:
People Who
* Want to develop Epub viewers
* Want to develop AndroidView in Compose
* Have developed AndroidView in Compose beforehand
* Want know handling both AndroidView and Compose