How to render an eBook using Xamarin Windows Phone 8.1 -
i have started working on ebook reader windows phone 8.1 using xamarin c#. don't need code, need point me in right direction. :) far have located epub files on local storage , parsed them in book object. have book contents in xhtmls, each chapter(multiple pages) in 1 xhtml. wish create single page reader (horizontal pagination) change page (with page curl animation) on either left or right swipe. need text change font size on slider change, , of course adjust pages accordingly.
following questions need with:
- what tools use achieve smooth layout? thinking 3 webviews in flipview.
- how parse enough text xhtml fit on 1 page , adjust pages on size change?
- how achieve page curl animation on page change?
thanks :d
Comments
Post a Comment